In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to configure asp.net 1.1 under Windows Server 2008 IIS 7.0. the editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
After upgrading the development environment to Windows Server 2008, DEP always crashes when configuring IIS 7.0. At first, I thought it was the system, so I reinstalled it twice, but after searching on the Internet, I found that it was caused by not installing .net framework 1.1 sp1.
The specific configuration steps are as follows:
1. Confirm that .NET 1.1 SP1 has been installed properly.
Vista does not include .NET v1.1 by default, nor does it include v1.1 SP1.
If there is no SP1 environment, running an app pool under v1.1 will cause W3WP.exe to crash because of DEP
To confirm this, check that the version of the "c:\ Windows\ Microsoft.NET\ Framework\ v1.1.4322\ mscorsvr.dll" file is "1.1.4322.2032" or higher.
two。 Enable IIS 6.0compatibility
Open Control Panel-Programs and Features
Select Internet Information Services-Web Management Tools-IIS 6 Management Compatibility.
3. Register v1.1 with IIS
Run High Mandatory Level on the command line as Administrator
Enter c:\ Windows\ Microsoft.net\ Framework\ v1.1.4322
Run aspnet_regiis-ir-enable, where the "ir" option ensures that the existing script mapping is not changed when registering v1.1 in IIS7, and "enable" opens ISAPI and CGI Restrictions's Allow
Aspnet_regiis also creates a new App pool called "ASP.NET 1.1" under Application Pools and configures it as Classic pipline, and if it is a 64-bit operating system, set Enable32BitAppOnWin64 to true.
4. Confirm that the new "ASP.NET 1.1" app pool is the default pool
Open IIS manager-Web Sites
Click Set Web Site Defaults... in the Actions area on the upper right
Application Pool is set to "ASP.NET 1.1".
5. Set the Application Pool after creating the v1.1 asp.net project with Visual Studio (choose one of step 4)
Create a v1.1 asp.net project with Visual Studio. Running this project will fail if the v1.1 app pool is not the default pool
Open IIS manager
Right-click on the newly created APP directory and select Advanced Settings
Set Application Pool to "ASP.NET 1.1"
Go back to Visual Studio and run or debug the project.
I believe that after following the above steps to configure, your computer's development environment can be successfully upgraded to windows server 2008.
This is the end of this article on "how to configure asp.net 1.1 under Windows Server 2008 IIS 7.0". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.