IIS - can't access page by ip address instead of localhost

后端 未结 9 1332
孤独总比滥情好
孤独总比滥情好 2020-12-13 17:43


I\'m trying to publish ClickOnce application and test it locally. I want to provide installation link so I need to update location with an IP address oth

9条回答
  •  眼角桃花
    2020-12-13 18:36

    In my case it was because I was using a port other than the default port 80. I was able to access the site locally using localhost but not on another machine using the IP address.

    To solve the issue I had to add a firewall inbound rule to allow the port.

提交回复
热议问题