Hi. Please help me to solve some problems.
How to solve the problem if user gets
HTTP Error 404.0 - Bad Request
ASP.NET detected invalid characters in the URL.
I would like to redirect the user to the main page if this error occures.
It doesn't help me:
<customErrors mode="On" defaultRedirect="http://myhomepage.com">
<error statusCode="404" redirect="http://myhomepage.com" />
</customErrors>
Go to the complete details ...