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?