Posted on: 4/15/2014 10:29:56 PM | Views : 364

I am looking at adding the Health Monitoring service to my web application. Here is my main question: can I customize it so emails are generated when an error happens that I want to put in a try / catch?  I know it will handle unhandled exceptions, but what if the user tries to delete a record that has RI tied to it in other tables. I would like to see that as well without redirecting them to the 'main' error page.  I wouldn't want the user to have to start and enter their data all over again. Below is a link I will use and just seeing if anyone has done this OR if someone has a better way?

http://www.asp.net/web-forms/tutorials/deployment/deploying-web-site-projects/logging-error-details-with-asp-net-health-monitoring-cs

Go to the complete details ...