a potentially dangerous request.form value was detected from the client in asp.net 4.0
Solution :: In web.config file under System.Web write
<compilation debug="false" targetFramework="4.0" />
<httpRuntime requestValidationMode="2.0"/>
Solution :: In web.config file under System.Web write
<compilation debug="false" targetFramework="4.0" />
<httpRuntime requestValidationMode="2.0"/>
No comments:
Post a Comment