Running Sage CRM on Windows Server Essentials
After installation, complete the following steps to run Sage CRM on Windows Server Essentials.
- Click Control Panel | User Accounts and disable User Account Control.
- Launch Sage CRM.
- If a service unavailable error occurs, set the bitness64 precondition in %windir%\system32\inetsrv\config\host.config.
Change:
Copy<add name="PasswordExpiryModule"image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
To:
Copy<add name="PasswordExpiryModule"image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64"/>
- Reset IIS.
- Launch Sage CRM. If an internal server error occurs, run the following command to turn off HTTP compression.Copy
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
- Reset IIS.
- Launch Sage CRM.