I have an internal application (not accessible from outside our network) that has a multi-line textbox. Users (co-workers) have been known to copy/paste text from Outlook or MS Word into this textbox that includes an email address. When that happens they get this error:
A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder1$txtIssueDesc="... Name < email@domain...").
We're using VB.NET v3.5 on MS Visual Studio 2008.
Is there a way to strip out what's between the < > before the error is tripped so it can be put into the database then edited later without any problems?