错误信息:A potentially dangerous Request.Form value was detected from the client
需要在web配置文件中添加
<httpRuntime requestValidationMode="2.0" />
即可
本文提供了解决Web应用中检测到的潜在危险的Request.Form值的方法,通过在web配置文件中添加特定代码来提升安全性。
错误信息:A potentially dangerous Request.Form value was detected from the client
需要在web配置文件中添加
<httpRuntime requestValidationMode="2.0" />
即可

被折叠的 条评论
为什么被折叠?