J
James
I have the Application_Error event method in the Global.asax setup to
send me an email regarding errors. But, I am getting reports from
users that a specific page is producing a runtime error message from
time to time, but I am never receiving any email notification
regarding the error.
Does anyone know why some runtime errors make it past the global
Application_Error catch-all event and how to detect these kind of
errors?
send me an email regarding errors. But, I am getting reports from
users that a specific page is producing a runtime error message from
time to time, but I am never receiving any email notification
regarding the error.
Does anyone know why some runtime errors make it past the global
Application_Error catch-all event and how to detect these kind of
errors?