ASP.NET can't possibly protect from all XSS attacks, but "out of the box"
attempts to help by doing a check on all post data and failing when the post
data contains certain "suspicious" characters (like '<'). You can diable
this, but then you're on your own. Here's the config setting docs (see validateRequest):
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.