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

后端 未结 9 1327
孤独总比滥情好
孤独总比滥情好 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:46

    Maybe it helps someone too:)

    I'm not allowed to post images, so here goes extra link to my blog. Sorry.

    IIS webpage by using IP address

    In IIS Management : Choose Site, then Bindings.

    Add

    • Type : http
    • HostName : Empty
    • Port : 80
    • IP Address : Choose from drop-down menu the IP you need (usually there is only one IP)

提交回复
热议问题