A
Arne Garvander
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="Filenotfound.aspx"/>
</customErrors>
What am I doing wrong?
<customErrors defaultRedirect="Error.aspx" mode="On">
<error statusCode="404" redirect="Filenotfound.aspx"/>
</customErrors>