Viewing my IIS hosted site on other machines on my network

前端 未结 11 1647
情话喂你
情话喂你 2020-12-02 05:59

At home I have a simple network setup containing 2 machines.

On one machine i have a site hosted with IIS7. Rather than the standard localhost/index.htm

11条回答
  •  再見小時候
    2020-12-02 06:16

    It might be late, but for any other person who may get such an issue in future, for any connections you want to make to the server (in this case the machine that hosts the web application, regardless if it is iis or xampp) you need to allow connection or traffic through the specific port that will be used in the firewall

    1. Go to Windows Firewall -> Advanced settings
    2. Click Inbound Rules -> Then New Rule
    3. Select Port -> Next
    4. Specific local ports -> Add the Port you want to allow
    5. Allow All Connections
    6. Enter a name and a description for to help you remember later on
    

    and you Done

提交回复
热议问题