WCF Service Client: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding

后端 未结 19 2246
情书的邮戳
情书的邮戳 2020-11-27 18:30

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

相关标签:
19条回答
  • 2020-11-27 19:03

    For me the issue was resolved when I commented the following line in Web.config

    <httpErrors errorMode="Detailed" />
    
    0 讨论(0)
提交回复
热议问题