L
lee atkinson
Hi Guys
Got a problem with the custom 404 error redirect functionality...
Got this in the web.config -
<customErrors mode="On">
<error statusCode="404" redirect="~/404.aspx" />
</customErrors>
Only seems to work if you spell a page incorrectly eg -
Blah.com/indexxxx.aspx
Doesn't work if you have this - (no page extensions)
Blah.com/sdsdsdsd/ssss
Anybody got a workaround for this ? ... A workaround that doesn¹t involve
tampering with IIS too
Lee
Got a problem with the custom 404 error redirect functionality...
Got this in the web.config -
<customErrors mode="On">
<error statusCode="404" redirect="~/404.aspx" />
</customErrors>
Only seems to work if you spell a page incorrectly eg -
Blah.com/indexxxx.aspx
Doesn't work if you have this - (no page extensions)
Blah.com/sdsdsdsd/ssss
Anybody got a workaround for this ? ... A workaround that doesn¹t involve
tampering with IIS too
Lee