How to remotely access IIS

  
after installing IIS in Win 7 After installing and configuring IIS in Window7 operating system, there is no problem in publishing the test website program locally, but remote users such as LAN cannot access the website program normally, and “Internet Explorer cannot display the web page”. Local can access IIS normally but remote can not access IIS, how to solve this situation?
Problem solving ideas are as follows:
1, after Win7 installs IIS, there is no problem with local testing, indicating that IIS configuration is correct, if There is a problem with the local test. First check the IIS installation configuration.
2. Check the computer network and find that the local network is normal. If Win7 cannot access the network, please configure the network connection correctly.
3, check the firewall settings, the error encountered in this article is because the firewall that comes with Win7 blocked the port of the website program, so that remote users can not access IIS. There are two ways to solve this.
A. Turn off the firewall. Control Panel - Windows Firewall - Turn Windows Firewall on or off (not recommended)

Win7 - Firewall
B, Open: Control Panel - Windows Firewall - Advanced Settings - Inbound Rules, in the Inbound Rules window Find the "BranchCache Content Retrieval (http-in)" option and enable this rule. At this time, the remote user can access the site program through the website address, but if the remote user accesses the non-80 port of IIS, there will be problems of inaccessibility, because "BranchCache content retrieval (http-in)" only enables port 80. . At this point, you only need to add a new inbound rule, and specify the port number as the port number of the website program, such as 8080. The specific method is as follows:

Win7-Inbound Rules
In the left column of the "Windows Firewall" window, select - "Inbound Rules", select "New Rule" in the right column, and "New" in the pop-up In the Inbound Rules Wizard window: Port – Next – Select TCP and a specific local port, fill in the port number to be opened (fill in 8080 here, of course, you can also fill in other ports) – Next – check “Allow connections” – Next – Select all options: Domain, Private, Shared – Next – Fill in the name (fill in IIS: 8080 here) – Finish.

Copyright © Windows knowledge All Rights Reserved