When I used IIS7.0 for the first time, this made me confused and I was no longer familiar with attribute forms. Instead, I used some unfamiliar terms and operations. if you do not comment on this change, it is good or bad. Let's start it for us (my machine runs the Chinese version of Vista, so the terms are based on the Chinese version ).
Install IIS7.0
IIS7.0 is not installed by default in Vista, so we need to click "enable or disable Windows" in "programs and functions" in "Control Panel ", hook up the corresponding IIS functions.
TIPS: If you want IIS7.0 to run the ASP. NET1.1 program, select the IIS6 compatibility options.
Configure IIS7.0
For ASP. for NET2.0, everything should be simpler, because IIS7.0 supports ASP by default. for the NET2.0 program, you only need to re-create an application pool and select it. for the NetFramework version 2.0, the pipeline hosting method is classic. This should be OK.
For ASP. NET 1.1 is much more complicated, because IIS7.0 is generally in. NET FrameWork 1.1, so use: % windir % \ Microsoft. NET \ Framework \ v1.1.4322 \ aspnet_regiis-I to register your. NET FrameWork 1.1, but when you view your site, you only need to run ASP. NET page, IIS will be suspended.
After a lot of practices and searches, we can tell you responsibly that you cannot continue the configuration without installing. NET FrameWork 1.1 SP1 [Click to download. After the download and installation, add the corresponding application pool in the pool, and set the site, everything will be OK.
ASP settings
As a classic WEB framework, you sometimes have to put some ASP pages on your own machine, so let's make IIS7.0 support ASP together: first, check whether ASP support is installed, or in "enable or disable Windows.
For the Web service under IIS, check the corresponding items in the application development function. At this time, ASP options are available in the site, and ASPClassic is included in the IIS program ing, it should be disabled by default. In this case, edit the running permission and enable it.
If you still cannot view it at this time, the permission is still insufficient. You can modify it in the following ways: C in IIS7.0: add the Users permission to Temp under \ Users \ Default \ ApPDAta \ Local. At this time, it should be OK (because I made this setting a long time ago, so some of them are not clear, but this setting is much easier than ASP. NET 1.1 ).