Maximizer > Support > Knowledge Base Search New - Searching Tips Disclaimer
 Answers 
   
  Help  
Search Results
Related Answers
Product

  
Category

    
Search Text (optional) Search Tips? 
   
Search by      Sort by

Powered by RightNow Web
  Reference #  
081124-000034
  Product  
Maximizer
  Maximizer CRM 10
  Category  
Configuration
  Date Updated  
11/25/2008 10:28 AM

 Print  Print Answer
  
  Configuring Maximizer WebAccess on Windows 2008 64-bit Server
  Question
 

Configuring Maximizer WebAccess on Microsoft Small Business Server 2008 and other versions of Windows 2008 64-bit Server with other 64-bit applications installed on IIS

Overview

The following article has information needed to properly configure Maximizer WebAccess on the Microsoft Small Business Server 2008 and other versions of Windows 2008 64-bit Server with other 64-bit applications installed on IIS.

  Answer
 

Resolution

Please perform these steps after install of Maximizer web component on the server.

  1. In IIS Manager go to Application pools, select DefaultAppPool, and open Advanced Settings.
    • Set Enable 32-bit Applications Property to True
    • Set Managed pipeline mode property to Classic

    Save the settings.

  2. In C:\Windows\System32\inetsrv\config open applicationHost.config file (open Notepad as admin user on the machine and browse to the file).

  3. Before editing save copy of the file just in case.

    In <globalModules> section change:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    to
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness64" />

    Save the file.

  4. Open command line (run as admin) and execute:
  5. %windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']



  6. Restart the IIS.
 
  How well did this answer your question?
 
100% 0%   
Back
  Back to Search Results