M
michaeltorus
Hi
I've written a custom Error handler thingy majig. I create it at the ASP level, and pass it into my business components which catch all errors below that. When an error occurs, my error handler onject fire and event, which the ASP.Net page is listening for.
What I want to know is, does this mean that my error handling on the ASP page is effectivley done on another thread?
Are there any risks in doing it this way?
Cheers
Mike
I've written a custom Error handler thingy majig. I create it at the ASP level, and pass it into my business components which catch all errors below that. When an error occurs, my error handler onject fire and event, which the ASP.Net page is listening for.
What I want to know is, does this mean that my error handling on the ASP page is effectivley done on another thread?
Are there any risks in doing it this way?
Cheers
Mike