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
In the web.config file, within the tags, insert the httpRuntime element with the attribute requestValidationMode="2.0". Also add the validateRequest="false" attribute in the pages element.
Example: