C
cameron
I have a bunch of custom error handling, (page and application), and
when an error occurs I get it to email me the error, the form data, the
querystring data, the cookie data and the Server variables.This data is
great and has helped solve a lot of bugs but I would also like the trace
information, (i.e. trace.axd), from the current request. Does anyone
know how to get that information in code, (c#), so that I could attach
it to my email?
Thanks
-Cam
when an error occurs I get it to email me the error, the form data, the
querystring data, the cookie data and the Server variables.This data is
great and has helped solve a lot of bugs but I would also like the trace
information, (i.e. trace.axd), from the current request. Does anyone
know how to get that information in code, (c#), so that I could attach
it to my email?
Thanks
-Cam