change localhost to local ip adress of pc when host application on IIS
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.
精彩评论