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:
But I still get the following error message instead of a generic 500 page:
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?