Help Contents
-
System Administration
-
User Guide & Application Administration Guide
-
Using Enterprise Tester
-
Application Administration
-
Configuring a Mail Server
-
Custom Fields
-
Exporting Data Supported Encodings and Delimiters
-
External Systems Integration
-
Notifications for JIRA Synchronization Failures
-
Managing Baselines
-
Managing OAuth Consumers
-
Managing Picklist Values
-
Managing Your Organization
-
Permissions
- Project Creation
-
Project Category Creation
-
Screen Field Configuration
-
Search Indexing
-
Users and Groups
-
Version Control
-
Version History
-
Configuring a Mail Server
-
Searching & TQL
-
API
-
Using Enterprise Tester
-
Platform Plugins
-
Troubleshooting
-
Earlier Versions of this Documentation
-
Support & Bug Fixes
-
NextGen
-
Enterprise Tester 6.7.1
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