We are running a WCF service on IIS which is throwing an an exception.
However, even with includeException = true in the serviceBehavior configuration section and compile = debug no exception details are revealed and only a generic message recommending that you enable the attribute mentioned.
How do I get WCF to show the real error?