Have just ported my development code to a new server which is running IIS7. I want to be able to see any error messages generated by my ASP code. To aid this I have "SEnd Errors to browser" set to true in IIS Manager in the ASP section.
However, my code is generating an error and all I am seeing at the client side is:
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
How can I get it to tell me the error code
Mighty
However, my code is generating an error and all I am seeing at the client side is:
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
How can I get it to tell me the error code
Mighty