How to handle unhandled exception in .NET web services

Posted by BT on Stack Overflow See other posts from Stack Overflow or by BT
Published on 2010-04-28T15:40:19Z Indexed on 2010/04/28 15:43 UTC
Read the original article Hit count: 331

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???

© Stack Overflow or respective owner

Related posts about .NET

Related posts about web-services