How to setup up web.config for WCF IErrorhandler
Can't integrate IErrorHandler into my project with the correct web.config I have a successfully working WCF that is being consumed by webclients in .net 4 but when trying to setup IErrorhandler as a global error logger as a catch all for all my service methods, things are failing fast - mainly to do with web.config part! Please help. The three services are: IReport, IServiceCustomer, IServiceUser Implemented IErrorHandler in a seperate class called MyErrorClass.cs like this: namespace CustomerWcfService { public class WcfErrorHandler : IErrorHandler { /// <summary> /// Enables the creation of