I need to handle all the exceptions globally in .NET 2.0 web service (ASMX), 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???
I need to handle all the exceptions globally in .NET 2.0 web service (ASMX), 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???
Google for asmx exception handling.
This will give you this similar question and lots of other info.