我使用http://msdn.microsoft.com/en-us/library/ms734712.aspx
中提到的计算器演示创建了WCF客户端/服务器应用程序当我在我的PC(名为PC1)中启动WCF服务器时,我可以使用Internet Explorer打开http://localhost:8000/ServiceModelSamples/Service。
我现在正试图从另一台PC(名为PC2)进行测试。因此将URI更改为http://PC1:8000/ServiceModelSamples/Service,然后在PC1上重新启动WCF服务器。我可以从PC1打开页面http://PC1:8000/ServiceModelSamples/Service,但我无法从PC2打开该URL。它说找不到页面。我已经使用ping命令检查了PC1和PC2之间的通信,它很好。
有人可以告诉我是否需要配置一些东西吗?
答案 0 :(得分:2)