Published by exdone
Posted on September 14, 2008
In order to configure IIS to run in 32-bit mode you need to execute the following command :
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
Reference
http://support.microsoft.com/?id=894435
http://support.microsoft.com/?id=895976