How do I get meaningful error messages in IIS7?

Posted by Petras on Stack Overflow See other posts from Stack Overflow or by Petras
Published on 2010-05-18T14:44:14Z Indexed on 2010/05/19 2:30 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

I have a classic ASP website that is crashing in IIS7. It is crashing because IIS doesn't allow file uploads greater than a certain size. I know this because files below about 200k work fine. I removed the Status Code 500 error in IIS but I still don't get a file name and the line where my code failed as I do when running locally.

Instead I get:

"The page cannot be displayed because an internal server error has occurred. If you are the system administrator please click here to find out more about this error."

How do I get a file name and the line where my code failed?

Here are my IIS settings:

alt text

© Stack Overflow or respective owner

How do I get meaningful error messages in IIS7?

Posted by Petras on Server Fault See other posts from Server Fault or by Petras
Published on 2010-05-19T02:31:52Z Indexed on 2010/05/19 2:40 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

I have a classic ASP website that is crashing in IIS7. It is crashing because IIS doesn't allow file uploads greater than a certain size. I know this because files below about 200k work fine. I removed the Status Code 500 error in IIS but I still don't get a file name and the line where my code failed as I do when running locally.

Instead I get:

"The page cannot be displayed because an internal server error has occurred. If you are the system administrator please click here to find out more about this error."

How do I get a file name and the line where my code failed?

Here are my IIS settings:

alt text

© Server Fault or respective owner

Related posts about iis7

Related posts about detailed