【发布时间】:2009-04-14 23:43:28
【问题描述】:
我正在构建一个需要 6 种不同服务的分布式应用程序。我必须使用 Visual Studio 2008 在我的 XP 笔记本电脑上演示该应用程序。
是否可以同时在 localhost 上运行多个服务,全部使用 net.pipe?
例如:
net.pipe://localhost/DirectoryService
net.pipe://localhost/MathService
如果没有,有没有其他方法可以在不使用 IIS/webdev 服务器的情况下托管这些 WCF 服务?网络.tcp?还有什么?
【问题讨论】:
标签: wcf wcf-binding