1. Enable iis7.5
IIS already comes with win7, choose "Control Panel"> "programs and functions"> "enable or disable windo functions"> "Internet Information Service" and all the following options (unfamiliar ), click OK to install
2. The "Internet Information Service" cannot be found in management tools.
I used "Windows 7 common family edition" in the first place. I had to upgrade it to "flagship edition" by using the Internet method ", in this way, this management tool appears in the management tool.
3. asp Environment Settings
When installing IIS, the ASP environment is not installed by default, so you must select to install it. The installation method is as follows (from the Internet ):
Iis7 configure the ASP + Access Environment
After iis7 is installed by default, the ASP program will prompt that the database connection fails, because the msjet engine has changed the location of the temporary directory, but does not have temporary access permissions, resulting in database usage failure.
You must set the application pool to classic. netapppool instead of the default defaultapppool. You can set each site in the website directory or separately at the site. After selecting the site to be set, click "Basic settings" on the right to bring up the application pool Settings dialog box.
Then, "System Disk:/Windows/serviceprofiles/NetworkService/appdata/local/Temp"Add an "authenticatedusers" user to the directory. The appdata directory is hidden. You can enter a path in the address bar or display the hidden file in the folder option.
To set permissions, right-click the temp folder, select Properties, select Security tab, click Edit, and then click Add ", in the following "Enter object name to select", enter authenticatedusers, OK, and return to "Temp permission". The Authenticated Users permission is fully controlled and checked.
After installation, configure "enable parent path", "default page", and "Page cache ".
Note: When installing IIS, if the authentication method is not selected, the configured site cannot be accessed.