On x64 machines sometimes there could be situation where IIS is 32 bit enabled. I got error while I tried to
configure sharepoint on a server 2008 x64 machine. The error message is :
'IIS in running 32-bit emulation mode, please fix this error to continue'
Just execute the following command to reset the IIS to its default configuration of x64 --
CScript "%SystemDrive%\InetPub\AdminScripts\adsutil.vbs" set w3svc/AppPools/Enable32bitAppOnWin64 0
Then restart the sharepoint installation !!!
configure sharepoint on a server 2008 x64 machine. The error message is :
'IIS in running 32-bit emulation mode, please fix this error to continue'
Just execute the following command to reset the IIS to its default configuration of x64 --
CScript "%SystemDrive%\InetPub\AdminScripts\adsutil.vbs" set w3svc/AppPools/Enable32bitAppOnWin64 0
Then restart the sharepoint installation !!!