Every time a user posts something containing < or > in a page in my web application, I get this exception thrown.
<
>
I don\'t want to go
The answer to this question is simple:
var varname = Request.Unvalidated["parameter_name"];
This would disable validation for the particular request.