To configure ASP.NET to run in 32 bit mode on a 64 bit server.
On IIS6, open a command prompt and type following command and press ENTER.
cscript //nologo %SYSTEMDRIVE%\InetPub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
On IIS7/7.5, open a command prompt and type following command and press ENTER.
apppool /apppool.name:MyAppPool32bit /enable32BitAppOnWin64:true
You can set the same in IIS 7 Manager UI by opening the ‘Advanced Settings’ for the app pool and change Change the Enable 32-bit Applications to True
Pingback: Configuring and Troubleshooting Internet Information Services in Windows Server 2008 Highlights « Fire Me Up
Thanks this works after making mark the application pool with “Enable 32-bit applications” = true.
when the hosted server is on 64bit
Thanks for this quick tip. It safes me the hazzle of getting siebel to work/load on the windows 8 server system.