vote up 1 vote down star

I have classic ASP running on IIS 7.

Even though I configured the ASP "Debugging Properties" to "Send Errors to Browser = True", the web app REFUSES to send errors to the browser and continues to send a 500 internal server error.

  • My browser has "Show Friendly HTTP Error Messages" unchecked.
  • Failed Request Tracing is installed (not sure if that's related)
  • Happens both on web pages loaded locally on the server and remotely
  • The App Pool is integrated (not sure if that matters)

Any ideas?

flag

53% accept rate

2 Answers

vote up 1 vote down check

Try : Internet Information Services (IIS) Manager -> Default We Site -> Click Error Pages properties and select Detail errors

link|flag
That did it! Thank you!! – Matias Nino Sep 21 at 17:46
vote up 0 vote down

That worked for me! Thank you.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.