32-bit application running in 64-bit IIS

Source: Internet
Author: User
Runs 32-bit applications on 64-bit IIS Program Problems

1). 32-Bit mode

If you want to run a program under 32-bit IIS, that is, run the program under. Net framwork32-bit to perform the following Configuration:

(1) cscript % systemdrive % \ Inetpub \ adminscripts \ adsutil. vbs set w3svc/apppools/enable32bitapponwin64 1 modify IIS configuration and allow 32-bit programs to run

This is inC: \ Inetpub \ adminscripts \ adsutil. vbs


(2) c: \ windows \ microsoft. Net \ framework \ v2.0.50727 \ aspnet_regiis-I registers ASP. net32 for IIS.

 

(3) After enabling IIS, ASP. net2.0.* 32bit is displayed in the Web extension of IIS, And the status is allowed.

 

2) 64-Bit mode

 

(1) cscript % systemdrive % \ Inetpub \ adminscripts \ adsutil. vbs set w3svc/apppools/enable32bitapponwin64 0 is 0 by default. If a 32-bit program is run, set it to 0 again.


(2) c: \ windows \ Microsoft. NET \ framework64 \ v2.0.50727 \ aspnet_regiis-I: IIS registers 64 as ASP. NET. IIS registered with 64-bit ASP. NET displays ASP. net2.0. * in the Web extension .*.


(3) Web extensions allow ASP. net2.0. * to run. The w3wp.exe process is running.

 

 

Run IIS6 on 64-bit Windows Server 2003 to run the 32-bit. Net Program

Http://ce.sysu.edu.cn/hope2008/Education/ShowArticle.asp? ArticleID = 10346

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.