By tag: ValidateInput
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...