问题
I'm having a problem showing detailed errors for classic ASP pages. Initially it just showed default 500 error page, we then followed the instructions here
but now it only shows:
An error occurred on the server when processing the URL. Please contact the system administrator.
Any ideas?
回答1:
Inside IIS, select ASP, and then change Send errors to browser
to Yes
alt text http://img198.imageshack.us/img198/6749/capturets.png
回答2:
Eduardo, we did have Send Errors To Browser set to True for the website. I believe a parent setting was overriding this. When updating the parents value it corrected the problem.
来源:https://stackoverflow.com/questions/1395277/debug-classic-asp-via-iis-7