ASP.NET and input validation against XSS

The today’s topic is XSS under ASP.NET and how validation filters and request filters works and are applied under ASP.NET.
The Microsoft .NET framework comes with a request validation feature, configurable by the ValidateRequest setting. ValidateRequest has been a feature of ASP.NET since version 1.1. This feature consists of a series of filters, designed to prevent [...]