标题: 2008-07-04 15:30 A potentially dangerous Request.Form value was detected from [打印本页] 作者: 站长苏飞 时间: 2013-9-5 10:43 标题: 2008-07-04 15:30 A potentially dangerous Request.Form value was detected from
A potentially dangerous Request.Form value was detected from the client
我们会不会经常 有这个问题,
解决方案也很简单的
<%@ Page language="c#" %>设置validateRequest="false"
或者
在webcofig 中设置
[code=html]<system.web>
<pages validateRequest="false" >
</system.web>[/code]