您的位置:首页 > 其它

The caller was not authenticated by the service

2009-03-16 17:58 477 查看
调用WCF时,出现下面的错误:

System.ServiceModel.Security.SecurityNegotiationException : The caller was not authenticated by the service.

System.ServiceModel.FaultException : The request for security token could not be satisfied because authentication failed.

解决方法:

将 binding="wsHttpBinding" 改为:binding="basicHttpBinding"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐