How to handle unhandled exception in .NET web services
- by BT
I need to handle all the exceptions globally in .NET web service, i tried using Application_Error event in global.asax, but it's not fired in web services case, it works fine for web based applications.
Any suggestions???