A
Alan Silver
Hello,
I have been seeing unhandled exceptions in one of my sites, so I added
code to the global.asax to catch them and report them to me. I use
Server.GetLastError() to get the exception, and send an e-mail with the
details. I can't find out how to work out where the actual exception
took place though, as none of the properties of the exception seem to
contain the details of the page, ever mind where in the page.
I tried looking at InnerException, but that is always null.
Any ideas? TIA
I have been seeing unhandled exceptions in one of my sites, so I added
code to the global.asax to catch them and report them to me. I use
Server.GetLastError() to get the exception, and send an e-mail with the
details. I can't find out how to work out where the actual exception
took place though, as none of the properties of the exception seem to
contain the details of the page, ever mind where in the page.
I tried looking at InnerException, but that is always null.
Any ideas? TIA