Install and configure IIS under Win7 to build your own website
1. Install IIS first. Open the control panel, find "programs and functions", and click in.
2. Click "enable or disable Windows" on the left"
3. Find "Internet Information Service" and check it.
Wait until installation is complete
4. After the installation is complete, go back to the control panel, find "Management Tools", and click to enter
5. Double-click "Internet Information Service (IIS) manager" to become IIS. If you need to use IIS frequently, you are advised to move your cursor to "Internet Information Service (IIS) manager" and Right-click and choose "send to" desktop shortcut to access IIS from the desktop, instead of clicking control panel every time.
IIS interface:
6. Select "Default Web Site" and double-click "ASP" in the middle"
Change "enable parent path" to "True"
7. Configure the site. Click "Advanced Settings" on the right"
Select the directory of your website
8. Return to IIS, click "Bind..." on the right, select the website you want to bind, and click "edit"
If you are using a computer, you only need to modify the following port number. You can modify the number at will. If it is an office LAN, click the drop-down box and select the lan ip address on your computer, for example, 192. 168. **. **, and then modify the port number.
9. Return to IIS. If it is stopped on the right, select start and Click Browse website below to open the website in the folder you are bound.
10. If you have multiple websites, right-click "website" on the left side of IIS and choose "add Website"
Modify the "website name", "physical path", and "Port" in three locations. If the LAN is used, modify the "ip address", as shown in the preceding figure.
11. After adding the website, click the name of the newly created website, which is the details of the website.