Let Windows 7 x64 IIS7 support 32-bit applications

  

Newly installed windows7 x64 When debugging a web application developed on 32-bit win before, many websites could not run, and after checking a lot of information, it was found that IIS did not support 32-bit programs. After processing in the following way, you can run:

IIS7 supports 32-bit applications

cscript %SystemDrive%\\inetpub\\AdminScripts\\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1

Change all AppPools to support 32-bit

This problem may occur. Some modules in the website may only be used in the old module. In order to optimize the target platform for the 32-bit CPU, the x86 mode is used. Compilation



Copyright © Windows knowledge All Rights Reserved