Running the following command to set IIS to run in 64bit
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools Enable32bitAppOnWin64 0
Change the last value to 1 sets IIS to run in 32bit
Running the following command to set IIS to run in 64bit
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools Enable32bitAppOnWin64 0
Change the last value to 1 sets IIS to run in 32bit
0 Comments