A
Anders Both
Does someon know if it is possible to make a setup in the asp.net process so
that some special c# method is called whenever a uncauht exception is
thrown.
Something like Application.ThreadException, in windows form.
Please be aware that I cannot use :
<customErrors defaultRedirect="url" redirect="url"/>
Because I have threads and Asynchronous methods running in my asp.net
process.
But maybe I can use somthing else ?
Best Regards, Anders Both, Denmark
that some special c# method is called whenever a uncauht exception is
thrown.
Something like Application.ThreadException, in windows form.
Please be aware that I cannot use :
<customErrors defaultRedirect="url" redirect="url"/>
Because I have threads and Asynchronous methods running in my asp.net
process.
But maybe I can use somthing else ?
Best Regards, Anders Both, Denmark