【发布时间】:2011-05-22 04:06:40
【问题描述】:
嘿, 我在 IIS 7 上使用 wcf 服务托管我的 asp.net 应用程序,我希望这个位置可以在我的计算机在局域网的地址上,网络中的其他人可以访问它.. 有可能吗?
现在看起来像:http://localhost/wcfAx/Service1.svc 怎么做:http://192.168.2.33/wcfAx/Service1.svc ??
【问题讨论】:
-
您不需要为此做任何额外的事情 如果 192.168.2.33 是您的 m/c 的 IP 地址,此链接 192.168.2.33/wcfAx/Service1.svc 应该可以工作。你遇到了什么错误?
标签: asp.net networking iis-7 localhost