In order to allow Application Portal to work properly on Windows Server 2003 64bit, please follow the steps below:
A) Enable32bit applications
1) Start -> Run -> CMD
2) Type the following command and hit "Enter":
cd c:\Inetpub\AdminScripts
3) Type the following command and hit "Enter":
cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 "true"
4) Type the following command and hit "Enter":
iisreset
B) In case that the problem persists, check the IIS Isolation Mode:
1) Run the IIS Manager
2) Right click Web Sites->Properties -> Services tab
3) Make sure that the following option is unchecked:
"Run WWW Server in IIS 5.0 Isolation Mode"
4) reset the IIS
C) In case that IE displays "Service Unavailable" error message, re-register the ASP.NET:
1) Start -> Run -> CMD
2) Type the following command and hit "Enter":
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
|