Maybe it is bit silly mention this but I found out that you'll get a nasty looking error page with these URLs:

However if ?-char is before &-char, no error page occurs.

share|improve this question

1 Answer

ASP.Nets built-in XSS protection is throwing a fit when it sees this, I should perhaps simply redirect to a 404, it makes more sense

share|improve this answer
Yep, 404 is better than "Server Error in '/' Application. Runtime Error". – Juha Syrjälä Jun 27 '10 at 15:14

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged