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.
我正在尝试在 IIS 上托管 Wcf 服务,但无法这样做。我将 IIS 中的网站内的服务添加为应用程序,并且还能够获取该服务的 wsdl。但是当尝试通过 WcfTestClient 访问服务时,我收到以下错误 -
调用服务失败。可能原因:服务离线或无法访问;客户端配置与代理不匹配;现有代理无效。有关更多详细信息,请参阅堆栈跟踪。您可以尝试通过启动新代理、恢复到默认配置或刷新服务来恢复。
我已经完成了在 IIS 上托管 wcf 服务的步骤。不知道我错过了什么或做错了什么。提前感谢您的帮助。
WCF 中似乎有错误。
尝试使用 try 和 catch 或创建一个空方法以返回 Hello World