Iis32-bit switch in 64-Bit mode

Source: Internet
Author: User

I. 32-Bit mode
1. cscript % systemdrive % \ Inetpub \ adminscripts \ adsutil. vbs set w3svc/apppools/enable32bitapponwin64 1
First, execute the above statement in the command prompt (CMD) to modify the IIS configuration, allowing 32-bit program running

2. C: \ Windows \ Microsoft. NET \ framework \ v2.0.50727 \ aspnet_regiis-I
Then, run the preceding statement in the command prompt (CMD): Register ASP. net32 for IIS. After registration, ASP. net2.0. * 32bit is displayed in the Web extension of IIS.

3. Finally, you must allow ASP. net2.0. * 32bit to run in the Web service extension of IIS. The w3wp32.exe process is running.



Ii. 64-Bit mode
1. cscript % systemdrive % \ Inetpub \ adminscripts \ adsutil. vbs set w3svc/apppools/enable32bitapponwin64 0
The default value of this project is 0. If a 32-bit program is run, set it to 0 again.

2. C: \ Windows \ Microsoft. NET \ framework64 \ v2.0.50727 \ aspnet_regiis-I
Register 64 for IIS as ASP. NET. IIS registered with 64-bit ASP. NET displays ASP. net2.0. * in the Web extension .*.

3. Finally, you must allow ASP. net2.0. * to run in the Web service extension of IIS. The w3wp.exe process is running.

Iis32-bit switch in 64-Bit mode

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.