You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 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.
  • No labels