Why do I get the error message “A potentially dangerous Request.Form value was detected from the client “?
Sounds like you are running version 1.1 of ASP.NET / .NET Framework, which added a new security feature called request validation. Request validation looks at every request and determines if it could be a possible CSS (Cross Site Scripting) attack. By default Request Validation is on for every page.
Related Questions
- When I attempt to connect the Cisco VPN Client on a Mac OS, I receive this error message: Error 51- Unable to communication with the VPN subsystem. How can I resolve this issue?
- When I try to register XMLSpy® 2011, I get an error message that one of the fields contains a wrong value. Why?
- Why do I get the error message "A potentially dangerous Request.Form value was detected from the client "?