Tagged Questions
14
votes
2answers
7k views
Request Validation - ASP.NET MVC 2
Has request validation changed for ASP.NET MVC 2, more precisely, not validating?
I did the following:
Web.configs (in App directory and Views directory)
<pages
validateRequest="false"
...