内容类型text / html;响应消息的charset = utf-8与绑定的内容类型不匹配 - ASP.NET:HTTP错误500.19 - 错误

时间:2016-11-02 10:54:10

标签: asp.net wcf

我收到错误“请求实体太大错误 - WCF服务”。所以我在web.config中添加了以下行。

<binding maxReceivedMessageSize="2147483647" 
 maxBufferSize="2147483647"
 maxBufferPoolSize="2147483647">
 <readerQuotas maxDepth="32"
 maxArrayLength="2147483647"
 maxStringContentLength="2147483647"/>
 </binding>

在DEV中添加后工作正常。我已将它发送到PRODUCTION中。我收到了错误

  

内容类型text / html;响应消息的charset = utf-8确实如此   不匹配绑定的内容类型....

enter image description here

1 个答案:

答案 0 :(得分:0)

If表示已提供错误页面而不是来自WCF服务的响应。检查您运行WCF客户端的用户是否可以访问该资源,这将是很好的。正确检查端点绑定( wsHttpBinding