Win7 x64 iis7 supports 32-bit applications

Source: Internet
Author: User

 

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.

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.