Use IIS In win7 to publish a website and access it through the LAN (when the firewall is enabled)
Read (129 views) Comments (0) category: website construction tags: website related technologies
If you use the window system to publish a website locally, you need to use IIS to publish the website. It is relatively easy to publish a website under the Windows XP system. However, after using Windows 7, if the firewall function is enabled, you need to set it to enable the website correctly. The following describes how to set it.
1. Select Start> AllProgram-Management tools-Advanced Security Windows Firewall.
(Some computers may not have "Management Tools" in all programs. At this time, you can start-right-click in the blank space-properties-custom-find the system management tool, select "display on the menu of all programs", so that management tools are available in all programs)
2. In the left pane of the Windows Firewall for Advanced Security, select "inbound Rules ".
3. Select "new rule" on the right bar.
4. In the pop-up window, select "Select Port"> "Next"> "select TCP" and "specific local port", and enter the port number to be opened (enter 80 here. You can also select "open all ports) -Next-select allow connection-next-select all options-next-enter the name (here, enter IIS)-complete. After that, you can access the website on your computer from the same LAN. At this point, the ISS on win7 is the same as that on XP.
Although it is difficult to set up, the security performance is much safer than that of the XP system.