Configuring the Content Manager Explorer website

Check the redirection key and execute a Microsoft Knowledge Base article to configure the website.

Procedure

  1. Navigate to the root directory of your Content Manager Explorer website. By default, this location is the subfolder web\WebUI\WebRoot\ of %TRIDION_HOME%.
  2. In this subfolder, find the file web.config and open it in a plain-text or XML editor.
  3. 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