I am using asp.net and using url rewriting
I am getting this error
A potentially dangerous Request.Path value was detected from the client (&).
Basically I want all the characters that cause this error to be removed.
For example, the above error generated when the character &
found in url.
So there can be any number of characters (including foreign language characters).
Any help will be highly appreciated