Global Error Handling for Web Services

Posted by jusaskin on Stack Overflow See other posts from Stack Overflow or by jusaskin
Published on 2010-05-22T20:35:54Z Indexed on 2010/05/22 20:41 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

I have a web project consisting of only web services. I need a global way of handling errors on the server so I can send emails, log in event log, etc. Global.asax doesn't work according to MSDN. How should I go about this? I have tried creating a soapExtension, but it is never hit.

© Stack Overflow or respective owner

Related posts about error

Related posts about web