Documentation Center

Configuring the Content Manager Explorer Web site

Check the redirection key, and execute a Microsoft Knowledge Base article, to configure the Web site.

Procedure

  1. Navigate to the root directory of your Content Manager Explorer Web site. By default, this location is the subfolder web\WebUI\WebRoot\ of %TRIDION_HOME%. In this subfolder, find the file web.config and open it in a plain-text or XML editor.
  2. In web.config, do the following:
    1. Ensure the presence of the following key and make sure that it specifies the base hostname and port used for the HTTP protocol:
      <add key="Tridion.WCF.RedirectTo" value="127.0.0.1:80"/> 

      or

      <add key="Tridion.WCF.RedirectTo" value="myhost.mydom:80"/> 
    2. Follow the instructions in MSDN Knowledge Base Article 926642: http://support.microsoft.com/kb/926642