I use the following code in Global.asax.cs in order to log unhandled errors and transfer user to one of the error pages. Error pages are implemented as standard MVC controllers/views. I use the following code in Global.asax.cs in o
I use the following code in Global.asax.cs in order to log unhandled errors and transfer user to one of the error pages. Error pages are implemented as standard MVC controllers/views. I use the following code in Global.asax.cs in o