Not using the built-in features of ASP.NET. You will have to turn to a third
party solution or write one yourself. I just released "Visual Input
Security" which is an advanced set of tools to detect and block SQL
Injection, script injection, input tampering and brute force attacks. It
includes validators where you can determine just how much is validated on a
control-by-control basis. For example, some will fully block script
injection, others will allow it (knowing that you will also HtmlEncode),
others will block only a list of undesirable HTML tags that you define.
Details are at
http://www.peterblum.com/vise/home.aspx.
--- Peter Blum
www.PeterBlum.com
Email: (e-mail address removed)
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
I'm assuming the answer to this is a big "NO", but is it possible to disable
validation checks for a particular control, instead of setting
ValidateRequest=False in the page directive?
--Michael