Sriram's WebLog Microsoft solution specialist on web platform, Columbus Ohio

Sriram's WebLog Microsoft solution specialist on web platform, Columbus Ohio

Browse by Tags

All Tags » soapextension (RSS)
How to log the unhandled web service exceptions
Unlike ASP.NET, unhandled web services exception can not be caught in global.asax(Application_Error event). Here is the workaround for that 1.Create a SoapExtension class 2.Add the SoapExtensionTypes element in your web.config file and configure your...
More Posts