Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

showing asp class errors in asp.net website

I have a web server setup for asp.net website 4.5 framework.
Someone is wanting to run an asp classic web page on the site. It gets 500 internal server errors under certain circumstances. I'd like to be able to see the actual error message.

I put debug=true in the asp.net web.config which did not help.
so what do I need to setup on the server for this asp classic page to show an actual error message.
thank you.
SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Starr Duskk

ASKER

thanks!
I recently implemented Scott Fell's error catching solution because I had a similar situation to what BobCSD described in his question,  This solution worked very well for me and saved me tons of debugging time and frustration. Many thanks to Scott and Experts Exchange!
tgritter, thank you very much for the update!!