Friday, 10 August 2012

Change the Instance Web Page Title

To change 3e's web page title, change the value of the PageTitle key in the WebUI config file <func directory>\Inetpub\WebUI\Web.config.

Text and variables can be used, including:

  • [User] (displays current user name)
  • [Version] (3e instance version)
  • [WebServer] (name of the that served up the current page)
  • [Title] (name of the 3e object being displayed; Dashboard, Report, Process, etc.)
  • [DBServer] (name of the SQL server hosting the current database)
  • [DBCatalog] (name of the current database)

Examples:
<add key="PageTitle" value="3E TRIAL [Version]" />



<add key="PageTitle" value="[WebServer] [User] [Title] [DBServer] [DBCatalog] [Version]" />