0
kicks
Easiest way of global error handling in an ASP.NET application
Just put the following code in your project’s Global.asax file and it is supposed to work in case you have your SMTP server settings set correctly in the web.config file or you should modify the email sending part depending on your SMTP configuration. Hope it is going to be useful for you.