A
Arne
I would like my 404 error to go to the IIS 404 error page and not to the
Asp.net error handler. Is that possible?
<customErrors mode="RemoteOnly" defaultRedirect="Error.aspx">
<error statusCode="404" redirect="" />
</customErrors>
Asp.net error handler. Is that possible?
<customErrors mode="RemoteOnly" defaultRedirect="Error.aspx">
<error statusCode="404" redirect="" />
</customErrors>