Connecting to Content Manager

The Archive Manager Explorer displays the Content Manager artifacts used to compose a Web page. To link the artifacts to the actual Content Manager items, configure the Web.Config to locate your Content Manager.

Procedure

  1. In the root of your Archive Manager Explorer Web application directory, open the Web.Config file in a text editor.
  2. In the <appSettings> section, locate the following key:
    <add key="cme.server.url" value="http://localhost"/>
  3. Change the value to the URL of your Content Manager. For example:
    <add key="cme.server.url" value="http://cm.salesdemo.com"/>
  4. You can now click the links in the artifacts box to navigate to an item in the Content Manager: