When switching to ASP.NET 4 I found that my existing ValidateRequest="false" settings were not working, and thus when I submitted HTML in the content of a textbox I would get ASP.NET errors.
In order for ValidateRequest to work in ASP.NET 4 you need to add this to your web.config file.
0 comments:
Post a Comment