P
philwilks
I have a dedicated server on which I run several ASP.Net 2.0 website.
At the moment, each site has an Application_OnError subroutine that is
defined in the site's Global.asax file. This writes the error to a log
file, as well as emailing me with an alert.
Is there a better way to do this? Ideally, I'd just have one thing set
up that would pick up errors from any of my websites. I was thinking
that there might be a way to use the Windows Event Viewer and set up
some sort of custom script to email errors caused by ASP.Net.
At the moment, each site has an Application_OnError subroutine that is
defined in the site's Global.asax file. This writes the error to a log
file, as well as emailing me with an alert.
Is there a better way to do this? Ideally, I'd just have one thing set
up that would pick up errors from any of my websites. I was thinking
that there might be a way to use the Windows Event Viewer and set up
some sort of custom script to email errors caused by ASP.Net.