In Asp.Net 4.0 the request validation
[http://www.asp.net/learn/whitepapers/request-validation] model has changed (Yet
another breaking change).
In short, request validation is a security feature of Asp.Net which meant to
prevent XSS and script injection attacks. As