What is the difference between the customErrors and httpErrors sections of the web.config file in ASP.NET MVC applications?
What are the guidelines for using each section?
Thanks.
Alan T
|
What is the difference between the customErrors and httpErrors sections of the web.config file in ASP.NET MVC applications? What are the guidelines for using each section? Thanks. Alan T |
|||||
|
|
Disclaimer: This is from my experience and not proven fact. Both are used to define error handling for a website, but different software refers to different config elements.
This highlights the possible problem when developing ASP.NET websites while using VSDS instead of the local IIS. Also, refer to this post by myself about how to handle error messages with IIS7, if you wish to have full control of the error output. Summary:
and if you develop with |
|||||||||||||
|