【发布时间】:2012-06-18 14:53:18
【问题描述】:
我正在维护一个使用大量 WCF 服务的大型项目,当某些用户登录到该站点时,他们会收到此错误
The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: ' '.
我不知道这可能是什么原因,也不知道去哪里解决它。有什么想法吗?
【问题讨论】:
-
我猜这些用户的身份验证失败
标签: wcf