Hi. How to redirect the users to the main Page if such error occurred?
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 ...