The requestvalidationmode tag has no wiki summary.
4
votes
2answers
274 views
How do I disable request validation without setting RequestValidationMode to 2.0?
We've just upgraded to ASP.NET 4.0, and found that requestValidation no longer works. The MSDN docs suggest we need to set requestValidationMode in web.config to 2.0:
4.0 (the default). The ...
1
vote
1answer
726 views
How do I turn off request validation in MVC3?
I've installed the RC1 release of MVC 3 and I'm using Entity Framework 4 for my model.
NOTE: I had this working just fine in MVC2, but MVC3 changed how this works.
I've read the following articles ...
1
vote
2answers
453 views
asp.net 4 custom request validator doesn't seem to work
i am following the example at http://msdn.microsoft.com/en-us/library/system.web.util.requestvalidator.aspx but it doesn't seem to work and i still get error. Here is my class and how i add it to ...
1
vote
3answers
4k views
<httpRuntime requestValidationMode=“2.0” /> doesn't work (using IIS 6.0)
I'm getting errors with an application on our test web server, which has .NET 4.0 installed, when I input HTML into a form. I get the usual errors of:
A potentially dangerous Request.Form value was ...
1
vote
1answer
289 views
requestvalidationmode causes issue with build script
I added
requestvalidationmode=2.0
to my page header.
Everything works great. However when I try and build this on my build server it crashes with this message:
errorASPPARSE: Error parsing ...