How do I show asp.net error pages (Yellow screen of death) in Microsoft Edge?
More specifically, how do I disable friendly http error messages at browser level? The OS I am trying this on is Windows Server 2016 Standard Technical Preview 5.
I have made sure to have <customErrors mode="Off"/>
under system.web in the web.config
I can successfully use eventvwr to find ASP.NET errors including the stack trace in the eventlog so I know there are proper asp.net errors happening.
I can' see any relevant setting under Edge -> Advanced settings.
I need to disable friendly error message in Edge. Any ideas?
In IE11 it used to be here
Update : I'm voting to close my own question because it is a duplicate of this
Can I (how do I) disable "Friendly HTTP Error Messages" in MS Edge Browser?