Setup 64-bit Windows Server for Running ASP.NET 1.1 and ASP.NET 2.0 at the Same Time

本文介绍如何在同一台64位Windows服务器上同时运行ASP.NET 1.1和2.0应用程序。需要安装32位模式的ASP.NET 1.1及64位模式的ASP.NET 2.0,并启用IIS的32位应用模式。此外还提供了设置不同应用池和解决ASP.NET选项卡缺失问题的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Introduction

There are many .NET Web applications built on ASP.NET 1.1 and 2.0, which run on the Windows server at the same time. The special case is in the Web site Main: there are some ASP.NET 1.1 projects built into the site: Proj1.1, etc. and some ASP.NET 2.0 projects are added to it: Proj2.0, etc.

  • Main (1.1)
    • Proj1.1 (1.1)
    • Proj2.0 (2.0)

On a 32-bit Windows server, we can setup 1.1 or 2.0 Web applications by “ASP.NET Tab” in Internet Information Services (IIS) Manager. On a 64-bit (x64) Windows server, there are some issues related to running ASP.NET 1.1 and ASP.NET 2.0 at the same time, for example, ASP.NET tab is missing. This article describes some issues and their solutions.

If running ASP.NET 1.1 and ASP.NET 2.0 on the same X64 server at the same time, we must run IIS in 32-bit mode [1]. 64-bit server doesn't allow us to install ASP.NET 2.0 of 32-bit mode, which means we need to install ASP.NET 1.1 of 32-bit mode and ASP.NET 2.0 of 64-bit mode. After installing them, we need to enable the 32-bit mode on X64.

  1. Install IIS on Windows Server 2003 R2 x64
    Control Panel | Add or Remove Programs | Add/Remove Windows Components | Add the component “Application Server”

    image001.jpg

    It prompts for convlog.exe. You can find it in /WINDOWS/ServicePackFiles/amd64.

    image001.jpg

    It prompts for iisback.vbs. You can select IISBACK.VB_ in c:/amd64.

    image001.jpg
  2. Download and install the 32-bit .NET 1.1 and 64-bit .NET 2.0 packages.

    The packages can be found in:

     

    1. Microsoft .NET Framework Version 1.1 Redistributable Package
    2. The .NET Framework Version 2.0 Redistributable Package x64 (64 Bit)

     

  3. Enable ASP.NET 1.1 and ASP.NET 2.0:

    1. Enable the 32-bit mode on x64 Windows server
      cscript %SYSTEMDRIVE%/inetpub/adminscripts/adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
    2. Install the version of ASP.NET 1.1 and the script maps at the IIS root and under
      %SYSTEMROOT%/Microsoft.NET/Framework/v1.1.4322/aspnet_regiis.exe –i
    3. Install the version of ASP.NET 2.0 (32-bit) and the script maps at the IIS root and under
      %SYSTEMROOT%/Microsoft.NET/Framework/v2.0.50727/aspnet_regiis.exe –i

    After installing ASP.NET 1.1 and 2.0, you will find them in IIS Manager | Web Service Extension. Then enable the following services: Active Server Pages, ASP.NET v1.1.4322, ASP.NET v2.0.50727 (32-bit), Internet Data Connector, and Service Side Includes.

    image001.jpg
  4. Setup ASP.NET 1.1 and 2.0 applications

    After creating the virtual directories for Main etc. and different Application Pools for ASP.NET 1.1 and 2.0, you will find the ASP.NET tab missing in IIS Manager. Microsoft does not fix “Missing ASP.NET tabs on Windows x64 Servers”. But there is a workaround [2]. In our case, configure Main using ASP.NET 1.1 version, which also applies to Proj1.1: %SYSTEMROOT%/Microsoft.NET/Framework/v1.1.4322/aspnet_regiis.exe -s W3SVC/1/ROOT/Main.

    Then, configure Proj2.0 to use ASP.NET 2.0 versions: %SYSTEMROOT%/Microsoft.NET/Framework/v2.0.50727/aspnet_regiis.exe -s W3SVC/1/ROOT/Main/Proj2.0.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值