Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows 7系統教程 >> 關於Windows7系統教程 >> 讓Windows7 x64 IIS7支持32位應用程序

讓Windows7 x64 IIS7支持32位應用程序

日期:2017/1/23 19:45:14      編輯:關於Windows7系統教程

新裝了windows7 x64在調試以前在32位win上開發的Web應用程序時,好多網站多無法運行,再查了很多資料後發現是IIS沒有支持32位程序的緣故。用以下方式處理後,可以運行:

IIS7支持32位應用程序

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

把全部的AppPools都改成支持32位

出現這種問題,有可能是網站中的某些模塊只是以前開發的舊模塊為了針對32位CPU優化使用目標平台為x86模式的編譯

 

Copyright © Windows教程網 All Rights Reserved