1 go to the Control Panel---programs and features--click on "Turn Windows features on or off" on the left--tick "Internet Information Services" and click "OK" to start the installation. (Note that hooks are not displayed as long as the frame is blue)
2 or in "Turn Windows features on or off", install IIS again and check ASP on World Wide Web services-application development.
3 after the installation is complete, click the following options IIS Manager
4 Select Default Web Site, and double-click the ASP option, IIS7 in the ASP parent path is not enabled, to turn on the parent path, select True, the parent path option is done. The parent path opens to reduce security, but beginners do not have the problem, and if you do not, you may not be able to browse the site properly.
5 Right click on the website, select Advanced Settings, set the physical path, can be set to such as D disk's own new folder
6 Set the edit binding to confirm that the port is 80 (default is 80)
If in order to prevent and after the Apache conflict, here can be set more complex, such as below, do not let him occupy 80 port but also give him a 8080 port, and IP also changed to 192.168.1.100 instead of 192.168.1.1 (equivalent to HTTP/ localhost), you can also set a host name (for example, IIS is set up to build ASP, so the hostname is called www.myasp.com)
However, it is not possible to browse after configuration, so only the port number can be modified, others must be left blank
7 Click the default document to set the default document for the site
Click Add, enter index.asp
8 completed, in order to confirm the configuration of ASP success, you can set up a physical directory under the new text document, enter 123 casually and save as index.asp, and then browse in IE browser can be viewed normally. Because the default first page is set to index.asp so as long as the input http://localhost can be normal browsing, in addition to the default port number http://localhost:80 can also be viewed normally
9 It is best to enable the function of directory browsing, otherwise if the virtual directory can not find the home page will be an error, double-click into the directory browse list, tick the table with a check or uncheck a thing, then click on the application.
Win7 How to install IIS to browse ASP Web sites