| Difference between Exception handling of WCF and WebService
All the Unhandled exceptions in Web services are returned to the client as SOAP faults.
But in WCF Services unhandled exceptions are not returned to clients as SOAP faults. We need to do a configuration setting for the unhandled exceptions to return to clients for debugging. | | |