We have a classic ASP website that seems to be randomly falling over, problem is its on Win2008 / IIS7 so when by chance it happens all we can see is a 505 page?? I need to see the error on the page so I can fix it, any ideas how to make IIS7 work like IIS6 and display the errors on the page?
Asked
Active
Viewed 2,719 times
3 Answers
1
Check to see if 'Send Errors To Browser' is configured properly:
- Control Panel -> Administrative Tools -> Internet Information Services (IIS) Manager
- Browse to the website reporting errors
- Double-Click ASP
- Expand Debugging Properties
- Set 'Send Errors to Browser' to True
- Click 'Apply' at the top left of the IIS Manager

Kev
- 7,877
- 18
- 81
- 108
0
Better yet, why aren't you looking at the event log for the error, or using an error reporting framework like ELMAH to help track down issues?

Nicholas Head
- 101
- 4
0
It should display the error if you can RDP (or otherwise get local) on the box and pull up the page in question.

Wyatt Barnett
- 725
- 5
- 14