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.
- Stop IIS
- Open the web.config file in a text editor.
- Locate the section starting with <appSettings>
Add the following line under appsettings
appsettings<add key="AutoDashboard.Enabled" value = "true" />
- Save changes
- Restart IIS