I recently inherited a site written in classic ASP, and I'm currently trying to understand the state of things. The website works in production, but the development environment (hosted in a Windows Server 2003 window) causes an HTTP 500 error when trying to access it.
I understand that HTTP 500 errors simply mean that an unexpected server error has occurred, and that this is more than likely ASP code failure for one reason or another. I tried many browsers (IE, Firefox and Chrome), but they all have the same information.
As a first-class ASP.NET developer, I use the yellow death screen , which you can configure to display the stack trace.
So my question is: how do I convince IIS and / or classic ASP to give me the best hint of what causes the error?
Update:
At first I had to stop in more detail, but here are some of the things that I looked at.
I looked at the event logs (Application, security, system, etc.) and nothing exists there.
I looked through the IIS access logs and I see access attempts and a total of 500 errors. It is even producing 500 errors on favicon.ico
source
share