How do I disable this page validation entirely and for good in ASP.NET MVC 3?
I have looked through the error message and the other questions with the same title. None of the suggested solutions help:
I do have a
<httpRuntime requestValidationMode="2.0" />in the
<system.web>section inWeb.config.I also do have a
validateRequest="false"attribute on the<pages>...</pages>element.
But I am still getting the error. What else can I try?