Environment
SM 6.0 SP4
SM 6.5
Windows 2003 64bit
Situation
Resolution
Microsoft has a VBS script that will toggle the use of 32 bit Application Pools under Windows 2003 64bit. Run the following command on the Central Computer hosting the Web Console: cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
If after running the script you receive a service unavailable error when launching the Web console, you will need to re-configure ASP.NET. You will need to know the version of ASP.NET installed (see MSDN Article: http://msdn.microsoft.com/en-us/library/k6h9cz8h.aspx for details). The re-configuration of ASP.NET can be done with the following command: C:\WINDOWS\microsoft.net\Framework\v2.0.50727>aspnet_regiis /i
Cause
Additional Information