Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set IIS7.0 on Windows Vista

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to set up IIS7.0 on Windows Vista. It is very detailed and has certain reference value. Friends who are interested must finish reading it.

Install IIS7.0

Vista does not have IIS7.0 installed by default, so we have to click "turn Windows on or off" in the "programs and Features" in the Control Panel, and hook the corresponding IIS functions in it.

Tip: if you want IIS7.0 to run ASP.NET1.1 programs, select these options for IIS6 compatibility together.

Configure IIS7.0

For ASP.NET2.0, everything is easier, because IIS7.0 is a program that supports ASP.NET2.0 by default, but you just need to build a new application pool yourself, choose version 2.0 of the NetFramework, and host the pipeline in a classic way. This should be OK.

For ASP.NET 1.1, it's much more complicated, because IIS7.0 is usually installed after .NET FrameWork 1.1, so use% windir%\ Microsoft.NET\ Framework\ v1.1.4322\ aspnet_regiis-I to register your .NET FrameWork 1.1, but at this point when you check your site, as soon as you run the page of ASP.NET, IIS will hang up.

After a lot of practice and search can responsibly tell you that you did not install. NET FrameWork 1.1 SP1 [click to download] will not be able to continue the configuration. After downloading and installing, add the corresponding application pool to the pool, then set up the site, and everything will be OK.

ASP Settin

As a classic WEB framework, sometimes you still have to put some ASP pages on your computer, so let's let IIS7.0 support ASP: first of all, we have to see if ASP support is installed, or in the "turn on or off Windows feature".

For the World wide Web service under IIS, check the corresponding item in the application development function. At this time, there will be the option of ASP in the site, and there will be ASPClassic in the program mapping of IIS, which should be disabled by default. At this time, you need to edit the running permission and enable it.

If you can't view it at this time, you can modify it in the following way: add the permission of Users to Temp under C:\ Users\ Default\ ApPDAta\ Local in IIS7.0. At this point, it should be OK (because I made this setting a long time ago, so I don't remember clearly, but relatively speaking, this setting is much easier than ASP.NET 1.1).

The above is all the contents of the article "how to set up IIS7.0 on Windows Vista". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report