ASP.NET - ValidateRequest="false" Not Working on page directive
Asked By dan scan on 23-Jul-12 12:07 PM
We have an internal 4.0 .NET application that needs to send html from Textboxs.
I have put the validaterequest=false in the pages that need this but it does not seem to work and still throws the bad input message. Exception: HttpRequestValidationException
My non-prod environment does not have issues but my prod environment does. Is there a patch that prevents this from working? Maybe some type of security update?
Yes I know about all the security issues. But I need this running yesterday.
In a later version I will handle this input different.