6. Install the Central Office Web Application

The next step is to install the Central Office Web Application on the new computer.

Note:  You must access Windows with an administrator account to complete this step.


  1. Insert the Central Office installation DVD.

  1. Click Install Millennium CO Server Components.

  2. Click Install Millennium CO Web Application.

The installation wizard displays.

  1. Click Next.

The SQL Server Name screen displays.

  1. Click Next.

The Select Installation Address screen displays.

  1. Select one of the following options:

The Confirm Installation screen displays.

  1. Click Next.

The Installation Complete screen displays once the installation finishes.

  1. Click Close.
  2. If the server is running a 64-bit version of Windows Small Business Server (SBS), proceed to Step 10.  Otherwise, proceed to Step 27.
  3. Press Windows Logo+R or select Start > All Programs > Accessories > Run.

The Run window displays.

  1. Type "inetmgr" and press Enter.

The Internet Information Services (IIS) Manager displays.

  1. In the Connections panel, double-click the server connection and select Application Pools.
  2. Right-click on the MillenniumCO application pool and select Advanced Settings.

The Advanced Settings window displays.

  1. Complete the following:
  1. Select "True" in the Enable 32-Bit Applications field.

  2. Select "Classic" in the Managed Pipeline Mode field.

  3. Click  ...  next to the Identity field.

The Application Pool Identity window displays.

  1. Select Built-in account.

  2. Select LocalSystem.

  3. Click OK.

The Advanced Settings window displays.

  1. Click OK.

  1. Open the C:\Windows\System32\inetsrv\config\ folder.
  2. Right-click on the applicationhost.config file and select Open with > Notepad.

The applicationhost.config file opens in Notepad.

  1. Select Edit > Find.

The Find window displays.

  1. Type "kerbauth" and click Find Next until you locate a line similar to the following:

<add name="kerbauth" image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll"/>

  1. Add "preCondition="bitness64" to the end of the line (as shown below).

<add name="kerbauth" image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\kerbauth.dll" preCondition="bitness64" />

  1. On the Find window, type "exppw" and click Find Next until you locate a line similar to the following:

<add name="exppw" image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\exppw.dll"/>

  1. Add "preCondition="bitness64" to the end of the line (as shown below).

<add name="exppw" image="C:\Program Files\Microsoft\Exchange Server\V14\Bin\exppw.dll" preCondition="bitness64" />

  1. Save and close the applicationhost.config file.
  2. Press Windows Logo+R or select Start > All Programs > Accessories > Run.

The Run window displays.

  1. Type "cmd" and press Enter.

The Command window displays.

  1. Type "%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']" and press Enter.
  2. Type "iisreset" and press Enter.
  3. Restart the computer and access Windows with an administrator account.
  4. Click here to proceed with the next step of the setup.

 

7. Install the Central Office Data Uploader Service