Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 WCF 服务托管在 IIS 上。它工作正常,但是当我通过 WCFTestClient 对其进行测试时,它突然开始出现以下错误。
"调用服务失败。可能原因:服务下线或无法访问;客户端配置与代理不匹配;现有代理无效。详细请参考堆栈跟踪。您可以尝试通过启动来恢复一个新的代理,恢复到默认配置,或刷新服务。”
我会感谢一百万次的解决方案。这对我来说已经成为脖子上的痛苦。
谢谢, 里兹万法鲁克
我找到了答案,伙计们。实际上我最近在 iis 6.0 中安装了 URL 重写模块。在该错误开始传播之后。我在 iis 中卸载了 URL 重写模块,一切都开始像魅力一样工作。我使用的是 iis 6.0。