Cleverly set up IIS7 to support ASP

  
                

The initial use of Windows7 (vista) system comes with IIS7 makes people confused, no longer familiar with the property form, instead of some strange nouns and operation methods, then, how to make IIS7 support ASP? Perhaps it is a relatively simple problem in the previous system, and it is not so easy to win7. Today, I will explain how IIS7 continues to support ASP.

1. How to install IIS7?

Vista defaults to not installing IIS7, so we have to click "and open/close the Windows function" in the "Programs and Features"" On the function hook, you are reminded that if you want IIS7 to run ASP.NET 1.1 programs, you need to select these options for IIS6 compatibility.

2, how to configure iis7.0

For ASP.NET2.0, everything should be simpler, because IIS7 supports ASP.NET2.0 programs by default, just need Rebuild an application pool yourself, choose the version 2.0 of the .Net Framework, and choose the way to manage the pipeline: Classic. This should be OK.

For ASP.NET 1.1, it is much more complicated, because IIS7 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 when you look at your site, as soon as you run the ASP.NET page, IIS hangs. At this time, after a lot of practice and search, you can be very negative. Responsibly tell you that you don't have .NET FrameWork 1.1 SP1 installed. After loading these, add the corresponding application pool in the pool, then set up the site, everything is OK.

Next, talk about the ASP settings, as a classic WEB framework, sometimes you have to put some ASP pages on your own machine, so let us let IIS7 support ASP: first See if you have installed ASP support, or in the "Open or Close Windows function", inside the IIS under the World Wide Web service, the application development function inside the corresponding item check, this time there is ASP in the site The option comes out. There will be ASPClassic in the IIS program map. By default, it should be disabled. At this time, you need to edit the run permission and enable it. If you can't view it at this time, it should be the permission is not enough, you can modify it in the following way: Temp in C:\\Users\\Default\\AppData\\Local plus Users permission.

Server Management

Windows Server 2008 includes many of the new and improved tools required for Windows Server environment management in the enterprise, including Server Manager, Windows PowerShell, and other tools that cannot be enumerated. Enhanced Server Manager, which manages all server roles and functions (including command line versions) from a single location, while Windows PowerShell is a new technology that provides a programmable command line shell and scripting language for managing servers Many features and functions.

Storage and Printing Solutions

Although storage and printing solutions have been around for a long time, Windows Server 2008 continues to improve these two core technologies to make them easier to print. Features extend to the Terminal Server environment, establish wizards for various jobs (such as providing storage and managing volumes and shares), and introduce a new way to view storage, enabling Fibre Channel and Internet Small Computer System Interface Storage Area Networks (iSCSI SAN) is easier to manage. Previous12Next page Total 2 pages

Copyright © Windows knowledge All Rights Reserved