客户端无法在配置的超时时间内完成安全协商
我正在制作 WCF 服务及其 WPF 客户端。当我从 Visual Studio 2010 运行该服务时,它将服务发布到 asp.net 开发服务器。我的 WPF 客户端与 asp.net 开发服务器配合良好,但是当我将服务发布到 IIS 7.0 时,它发布正确。当我向 WPF 客户端添加服务引用时,客户端成功添加带有 IIS 地址的新服务引用。但是当我从 WPF 客户端调用 WCF 服务方法时,出现以下错误。
“客户端无法在配置的超时 (00:00:59.9239957) 内完成安全协商。当前协商段为 1 (00:00:59.8789931)。”
如何消除此错误,网络上没有可用的帮助。
I am making a WCF service and its WPF client. When I run the service from Visual Studio 2010 it publish the service to asp.net development server. My WPF client works fine with asp.net development server, but when I publish the service to IIS 7.0 it publish correctly .When I add service reference to my WPF client, the client successfully add new service reference with address of IIS. But when I call the WCF service methods from my WPF client, it give the following error.
"Client is unable to finish the security negotiation within the configured timeout (00:00:59.9239957). The current negotiation leg is 1 (00:00:59.8789931). "
How I can remove this error, there is no help available on net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论