IIS7 access website from remote computer

后端 未结 3 1177
傲寒
傲寒 2020-12-23 21:13

i created a site on my iis7 it\'s like http://localhost:88/my i also can access it like this http://myip:88/my but when a friend of mine from a remote computer tried to acce

3条回答
  •  情歌与酒
    2020-12-23 21:37

    If firewall setting is not the issue (say it's turned off), find out public IP of your server (ex. 192.168.0.152), then add it to http listener on the server itself Open cmd and type: netsh http add iplisten 192.168.0.152

提交回复
热议问题