Friday, August 6, 2010

Handling Errors in Error View in ASP.NET MVC

Errors can occur in the error view itself. In that case, the default ASP.NET error page is displayed. To avoid this, you can configure the application to display an error file in the customErrors section of the Web.config file

No comments: