I have an ASP.NET application where I track the errors of my application level using the Global.asax method On_Error. I will send an email to my identifier if an error has occurred on the site (i.e.: when calling Application_Error). Now from my Global.asax event Application_OnError, how can I get the URL of the page where this error was raised?
Shyju source
share