且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IIS6 |应用程序池| ASP.NET框架

更新时间:2022-05-21 22:30:50

我做什么:

步骤1.创建以下应用程序池:

Step 1. Create the following application pools:

.NET 1.1应用

.NET 2.0的应用

.NET 1.1 Apps
.NET 2.0 Apps

步骤2.禁用默认应用程序池

Step 2. Disable the "Default App Pool"

现在,新的应用程序在IIS中配置任何时候,它不会因为默认的应用程序池被禁用工作的时候了。这迫使配置应用程序,选择一个应用程序池适合于应用程序的.NET framework版本的人。

Now, any time a new application is configured in IIS, it will not work right away because the default app pool is disabled. This forces the person configuring the application to select an app pool that is appropriate for the .NET framework version of the app.