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 服务器计算机访问它而没有任何问题。但是,当我从任何其他机器访问它时,我收到错误: "Server Error in '/' Application.The resource cannot be found."我将一个 aspx 文件放在与 svc 文件相同的位置,并且可以从所有机器访问;排除连接问题。请就此发表您的想法。
"Server Error in '/' Application.The resource cannot be found."
它可能是部署或配置问题。它可以与 MIME 类型有关。所以请重新检查您的部署过程。
请参考以下链接: