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