Win2003 64-bit system IIS6.0 32-bit and 64-bit switching

Source: Internet
Author: User

ASP. 1.1, 32-bit version

To run the 32-bit version of ASP. NET 1.1, follow these steps:

1. Click Start, click Run, type cmd, and then click OK.
2. Type the following command to enable 32-bit mode:
cscript%systemdrive%\inetpub\adminscripts\adsutil.vbs SET W3svc/apppools/enable32bitapponwin64 1
3. Type the following command to install the ASP. NET 1.1 version and install the script map in the IIS root directory:
%systemroot%\microsoft.net\framework\v1.1.4322\aspnet_regiis.exe-i
4. Make sure that the status of the ASP. NET version 1.1.4322 is set to allow in the Web service Extensions list in Internet Information Services Manager.


ASP. 2.0, 32-bit version

To run the 32-bit version of ASP. NET 2.0, follow these steps:

1. Click Start, click Run, type cmd, and then click OK.
2. Type the following command to enable 32-bit mode:
cscript%systemdrive%\inetpub\adminscripts\adsutil.vbs SET W3svc/apppools/enable32bitapponwin64 1
3. Type the following command to install the ASP. NET 2.0 (32-bit) version and install the script map in the IIS root directory:
%systemroot%\microsoft.net\framework\v2.0.40607\aspnet_regiis.exe-i
4. Make sure that the status of the ASP. NET version 2.0.40607 (32-bit) is set to allow in the Web service Extensions list of Internet Information Services Manager.


ASP. 2.0, 64-bit version

To run the 64-bit version of ASP. NET 2.0, follow these steps:

1. Click Start, click Run, type cmd, and then click OK.
2. Type the following command to disable the 32-bit mode:
cscript%SystemDrive%\inetpub\adminscripts\adsutil.vbs SET W3svc/apppools/enable32bitapponwin64 0
3. Type the following command to install the ASP. NET 2.0 version and install the script map in the IIS root directory:
%systemroot%\microsoft.net\framework64\v2.0.40607\aspnet_regiis.exe-i
4. Make sure that the status of the ASP. NET version 2.0.40607 is set to allow in the Web service Extensions list in Internet Information Services Manager.

Win2003 64-bit system IIS6.0 32-bit and 64-bit switching

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.