By tag: ValidateRequest
0
kicks
ASP.NET MVC Tip #48 – Disable Request Validation
By default, the ASP.NET MVC framework prevents you from submitting form data that contains potentially malicious content. This feature is called request validation. This is a good feature. You don't want people sneaking scripts into your website that can steal passwords or other sensitive user infor...
0
kicks
ASP.NET precompiled sites & validateRequest
A gotchya when pre-compiling websites.. certain sections of the web.config get compiled into the assemblies and cannot be changed!