Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello all,
I have a little issue in that a clients old site was classic asp and we have migrated them to Umbraco.
Unfortunately, users who visit old asp pages recieve a blank 404 instead of the one working in umbraco.
/rubbish.asp = blank 404
/rubbish/ = Umbraco 404
Any help is much appreciated.
Scott
<httpErrors errorMode="Custom"> <remove statusCode="404" subStatusCode="-1" /> <error statusCode="404" prefixLanguageFilePath="" path="/1000.aspx" responseMode="ExecuteURL" /> </httpErrors>
add this to your <system.webServer> tag in the web.config...
it forces all errors to an unfound aspx page.. which in turn redirects to your umbraco 404 page...
Hi,
When I use this the my situation becomes:
/rubbish.asp = IIS7 404, nasty error
I wonder if I need to add a mime type :S
Strange that no one seems to have a solution for this :S
please check that asp support installed on IIS
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
.asp pages should show 404
Hello all,
I have a little issue in that a clients old site was classic asp and we have migrated them to Umbraco.
Unfortunately, users who visit old asp pages recieve a blank 404 instead of the one working in umbraco.
/rubbish.asp = blank 404
/rubbish/ = Umbraco 404
Any help is much appreciated.
Scott
add this to your <system.webServer> tag in the web.config...
it forces all errors to an unfound aspx page.. which in turn redirects to your umbraco 404 page...
Hi,
When I use this the my situation becomes:
/rubbish.asp = IIS7 404, nasty error
/rubbish/ = Umbraco 404
I wonder if I need to add a mime type :S
Scott
Strange that no one seems to have a solution for this :S
please check that asp support installed on IIS
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.