Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: First published version

 The web.config is located in the web subdirectory of the application installation path, which defaults to c:\Program Files (x86)\Catch Limited\Enterprise Tester\Web\ folder.

  • Open the web.config file in a text editor.
  • Locate the section starting with <appSettings>
  • Add the following line under appsettings
    <add key="AutoDashboard.Enabled" value = "true" />
  • Save changes
  • Refresh Enterprise Tester in the browser, it should reload with the new settings applied

...

  • .