0

I have debug=false but I am still getting the "Server Error" page. In my web.config I have:

<compilation debug="false" defaultLanguage="c#" targetFramework="4.5" />

When I look in UI in IIS at every level I see: enter image description here But I still get the following error message instead of a generic 500 page: enter image description here I have messed with a bunch of the settings and can't seem to get anything to work. What setting will prevent the stack trace from showing?

cooke
  • 192
  • 2
  • 13

1 Answers1

0

This cleared up everything for me: https://www.basrijnbout.nl/blog/6/ I went with the Bypassing CustomErrors solution that was mentioned.

cooke
  • 192
  • 2
  • 13