Display Custom Trouble Field for Previous Calls
At 10.6.1b, this is already configured and defaults to false.
For 10.6.1 SP3, 10.6.1a SP2, or all later service packs, this can be manually added to web.config.
To add or update the appSetting, complete the steps below.
- Browse to C:\Inetput\wwwroot\Responder and open Web.config for editing.
- Look for appSettings section of the web.config file.
-
Update the web.config according to the version of Responder
you are using:
-
For version 10.6.1b and later, look for the appSetting:
<add key="archiveDomains" value="false"/>
and change the value to true.
-
For 10.6.1a SP2 or all later service packs, add in the appSetting:
<add key="archiveDomains" value="true"/>
-
For 10.6.1 SP3 or all later service packs, add in the appSetting:
<add key="archiveDomains" value="true"/>
TIP: A configuration value of false, defaults the Trouble display field to be blank, or it displays the domain values configured in DatabaseSchemaConfig. For a value of true, the Trouble field displays the domain values configured in ArchiveSchemaConfig. -
- Save and close Web.config.