Microsoft does not provide a separate iis7.0 installation package, and currently there is no reliable extraction package online. A normal Windows7 version (not a compact version), you can install the IIS directly after installing the system, and you do not need an installation disk.
First, install IIS
By default, IIS is not installed automatically when Windows7 is installed, and can only be installed manually.
1. Install IIS
Start-Control Panel-Programs-turn Windows features on or off
2. If the figure chooses to install
VS2005, if you want to debug a site, you must have Windows authentication
Digest authentication uses a Windows domain controller to authenticate users who request access to content on the WEB server.
Basic authentication requires a user to provide a valid username and password to access content.
To debug asp.net, of course, install the IIS support asp.net components.
Second, configure IIS7
1, IIS7 after the installation of the above components, Control Panel-system and security-management tools-internet Information Services (IIS)
Administrative Tools, open run. The following figure:
2, double-click on the internal page of ASP, that is, to display the contents of the ASP, ", and then in the Behavior (behavior) group in the" Enable parent Paths (enabled parental path) "set to true.
3, configure the default Web site
4, fill in the physical path, application pool, click OK:
The IIS application pool is divided into two types based on the managed piping pattern: integration and Classic
In integrated. NET mode, applications should not specify ASP.net module components in the <system.web>/The classic. NET pattern is the way we used to be in IIS 6 without the above restrictions.