Summary | This article describes how to run the WebProd on a 64-bit server. |
Applies to | askiaweb |
Written for | Fieldwork manager |
Keywords | 64 bit |
Enable32bitAppOnWin64
Open a command prompt and type the following:
cscript SYSTEMDRIVE\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
Install 32-bit version of asp.net
Open command prompt and type the following:
SYSTEMROOT\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Restart World Wide Web Publishing Service.
More explanations here :
http://support.microsoft.com/kb/894435
Comments