Provide exceptions for wcf webhttpbinding
问题 I have to change a binding for wcf webservices from tcpbinding to webhttpbinding with basic authentication and ssl. Webservices are self hosted in a console application and in a windows service for production version. Some of local services are with named pipe binding, just if a service call another service. All works perfectly but not the global error manager (a class that implement IErrorHandler interface) Some of DAL or business methods throw an exception with a custom message and this