I am receiving a Server Error on an ASP Classic site running on IIS 7.5.
I have "Send Errors To Browser" set to True, however I still receive the following error screen:

|
I am receiving a Server Error on an ASP Classic site running on IIS 7.5. I have "Send Errors To Browser" set to
| |||
|
feedback
|
|
IIS is hijacking your classic ASP app's response. In your
Also make sure that you've enabled "Send Errors To Browser" in the ASP configuration feature for your site in IIS manager:
| |||||||||
feedback
|
|
There are a couple of things you can try, using the IIS Manager GUI under the website in question, open Error Pages and then click "Edit Feature Settings..." By default the detailed errors are only served to the localhost, so try enabling them for remote hosts as well.
You could also edit Web.config's system.web node, adding <customErrors mode="Off" />.
| |||
feedback
|