I have <customErrors .. in my web.config but the redirect does not kick in.
What am I doing wrong?
<customErrors defaultRedirect ="Error.aspx " mode="On">
<error statusCode="404 " redirect="Filen otfound.aspx"/>
</customErrors>
--
Arne Garvander
Certified Geek
Professional Data Dude
What am I doing wrong?
<customErrors defaultRedirect ="Error.aspx " mode="On">
<error statusCode="404 " redirect="Filen otfound.aspx"/>
</customErrors>
--
Arne Garvander
Certified Geek
Professional Data Dude
Comment