-
A second 404 error?
I know this is going to sound strange, but it appears that there is a second 404 error that occurs with webserver capable of doing ASP.NET.
- For example, try this link: The page cannot be found (uses ASP file extension)
You can see how it produces the standard 404 error message that is generated from the 404b.htm file stored on the C drive.
- Now try this link: Server Error in '/' Application. (uses ASPX file extension)
This error message is a 404 message, but it's not using the 404b.htm file that the webserver has specified as the default 404 message.
Anyone know the cause of this? Or the solution? :confused:
-
Re: A second 404 error?
I've checked the web.config file, and it's not in there. How is this error handled like this? :confused:
-
Re: A second 404 error?
There's no way i'm the only person that finds this strange. :sick: