G
Guest
Hi,
Question regarding exception handling in a distributed application - I have
a web service facade which expose methods to an asp.net client.
I'm thinking of handling application exceptions in the application_error in
the service global.asax.
Does the application_error occurs in the same thread as the current request
or does it occur in a main thread of the application?
Thanks
Yoav
Question regarding exception handling in a distributed application - I have
a web service facade which expose methods to an asp.net client.
I'm thinking of handling application exceptions in the application_error in
the service global.asax.
Does the application_error occurs in the same thread as the current request
or does it occur in a main thread of the application?
Thanks
Yoav