Replies: 1 comment
-
If you do a build in release mode, it will do that. There is a mode attribute on the httpErrors section in web.config which has to be changed in Debug mode to enable debug error pages with the full exception details. See Web.config and Web.Release.config for more details.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm pretty new to MVC error handling.
I created a MVC5 project using your template. I would expect that if I just entered a non-existing url that I would see a 404 page, but it gives me the default IIS page.
What should I do to 'enable' the whole error handling / pages infrastructure?
Beta Was this translation helpful? Give feedback.
All reactions