IIS7 is not installed by default in Vista. Therefore, if you need to install IIS7 after Vista is installed, you have to do it yourself. The installation procedure is: Start Control Panel program to enable or disable Windows function Internet Information Service. When installing IIS7, you must note that if ASP and ASP. NET are required
IIS7 is not installed by default in Vista. Therefore, if you need to install IIS7 after Vista is installed, you have to do it yourself. The installation procedure is: Start Control Panel program to enable or disable Windows function Internet Information Service. When installing IIS7, you must note that if ASP and ASP. NET are required
In Vista, IIS7 is disabled by default.InstallSo inInstallIf you needInstallIIS7 is required.InstallThe procedure is: Start Control Panel program to enable or disable Windows function Internet Information Service. IIS7InstallNote that if ASP, ASP. NET, and other support is required, you need to install the function module. The default value is notInstall.
"Program" position in Control Panel
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354754520.jpg" width = 590 border = 0>
"Enable or disable Windows" in "program"
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354754681.jpg" width = 590 border = 0>
Click to view the chart
,InstallWhen IIS7 is used, you need to select the function module to use.
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354754832.jpg" width = 590 border = 0>
Click to view the chart
IIS7 InstallAfter that, you can see "Administrative Tools" in all the programs in the Start Menu. There is an "Internet Information Service Manager". If not, follow these steps: start> right-click Properties> Start Menu tab> Custom. Set "System Management Tools" to "display in all program Menus" or "on all program menus and start Menus ". show ".
IllustrationIIS7 in Vista InstallAnd ConfigurationASP + Access Environment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354754833.jpg" width = 590 border = 0>
Open the Internet Information Service Manager and you will be able to see the IIS7 homepage.
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354754994.jpg" width = 590 border = 0>
Click to view the chart
IIS7ConfigurationASP + Access usageEnvironment
After IIS7 is installed by default, the ASP program will find a prompt indicating that the database connection failed. I found it online because the MSJet engine changed the location of the temporary directory, however, the database fails to use because it does not have temporary access permissions.
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.
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354755155.jpg" width = 590 border = 0>
Click to view the chart
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354755306.jpg" width = 590 border = 0>
Click to view the chart
Then, add an "AuthenticatedUsers" user to the "System Disk: WindowsServiceProfilesNetworkServiceAppDataLocalTemp" directory. The AppData directory is hidden and you can enter a path directly in the address bar, or hide the 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". Check whether the AuthenticatedUsers permission is fully controlled.
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354755467.jpg" width = 590 border = 0>
Enable parent path support
Select "ASP" on the site homepage, and set "enable parent path" to "True" in the "behavior" group.
IllustrationIIS7 in VistaInstallAndConfigurationASP + AccessEnvironment() Src = "http://cdn.verydemo.com/upload/2013_06_08/13706354755468.jpg" width = 590 border = 0>
Click to view the chart
Now, the IIS7InstallAnd ASP + AccessConfiguration.
Author: