Newly Installed win7 x64 Web applications developed on 32-bit windows before debugging ProgramMany websites are unable to run. I checked a lot of information and found that IIS does 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 because some modules on the website are only the old modules developed previously. In order to optimize 32-bit CPU usage, the target platform is compiled in x86 mode.
Of course, in the iis7 manager, find the corresponding application pool and set the 32-bit compatibility of a single application pool.
The 32-bit program is also encountered when running ASP, because many COM components used in ASP are also 32-bit, so if it is an ASP Website, you must enable the 32-bit setting.