I\'ve got a WCF Service running on my local IIS server. I\'ve added it as a service reference to a C# Website Project and it adds fine and generates the proxy classes automa
For me the issue was resolved when I commented the following line in Web.config
<httpErrors errorMode="Detailed" />