I have a general exception handler, Application_error in my global.asax where I\'m trying to isolate all the uncaught exceptions on all my many pages. I don\'t want to use P
HttpContext con = HttpContext.Current; con.Request.Url.ToString()