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
For MVC, ignore input validation by adding
[ValidateInput(false)]
above each Action in the Controller.