Posted on: 6/12/2015 2:01:21 PM | Views : 555

I'm getting Server Error in Application 1 hour, 38 minutes ago|LINK

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 ...