开发者

change localhost to local ip adress of pc when host application on IIS

开发者 https://www.devze.com 2023-01-30 01:16 出处:网络
Hey, I host my asp.net application with wcf service on IIS 7 and I want that this location could be possible 开发者_运维问答at adress of my computer in lan, that other in network could get to it..

Hey, I host my asp.net application with wcf service on IIS 7 and I want that this location could be possible 开发者_运维问答at adress of my computer in lan, that other in network could get to it.. It is possible?

Now it looks like: http://localhost/wcfAx/Service1.svc How to do like that : http://192.168.2.33/wcfAx/Service1.svc ??


I see no reason for that not to work... Providing that 192.168.2.33 is the address of your machine on the network, and that your firewall permits traffic through port 80.

0

精彩评论

暂无评论...
验证码 换一张
取 消