Does anybody know of a way to stop IIS reporting that the HTML contains suspicous tags? I don't want to turn off this feature I'd just like to get round it for textareas?
You probably no longer require the answer to this question but you can disable the CLR's monitoring of form input for suspicous code by incluidng validateRequest="false" in the page directive for the asp.net page in question. This will disable the checking for this page only.
RE: ASP.Net and HTML restrictions?
RE: ASP.Net and HTML restrictions?