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?
|
feedback
|
|
Check to see if 'Send Errors To Browser' is configured properly:
| |||
|
feedback
|
|
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? | |||
|
feedback
|
|
It should display the error if you can RDP (or otherwise get local) on the box and pull up the page in question. | |||
|
feedback
|