The problem when you use Custom Errors declared on your web.config is that the Application_Error on your Global.asax does not fire. So if you have some log4Net logging methods on the Application_Error section then you are out of luck, it will never log your exception anymore but there are work around and here is how… Read More »
↧