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 4 服务来测试 SharePoint 外部内容列表。
当我运行该服务时,它工作正常:
http://localhost:49669/Service1.svc?wsdl
但这不会:
http://machinename:49669/Service1.svc?wsdl
在旧的 3.5 wcf 服务中,我只会更新配置,但这里的配置文件是空的。
我需要在配置文件中放入多少才能使其正常工作,或者问题出在其他地方?
如果您使用的是集成的 Visual Studio Web 服务器 (Cassini),则无法从其他计算机访问它,因为仅允许本地访问
您需要部署您的服务或使用 IIS express 从不同的机器使用您的服务