Previous Topic: Setting During the Assemble ProcessNext Topic: Starting the Diagram Trace Utility


Setting After Installation

The Diagram Trace Utility's host and port can be specified after the application has been installed by editing the web.config and/or the application.config file:

Follow these steps:

  1. Navigate to the application directory, the directory named after the application under the IIS wwwroot directory. For example, the application directory for the application IssueTracking is C:\Inetpub\wwwroot\IssueTracking.
  2. For the CA Gen ASP.NET Web clients, edit the web.config file. For the CA Gen .NET Servers, edit the application.config file in the bin subdirectory.
  3. Search for the string Tracing. The following text appears:
    <add key="Tracing" value="false" />
    <add key="TraceHost" value="localhost" />
    <add key="TracePort" value="4567" />
    

    Note: localhost can be an IPv4 or IPv6 address.

  4. Change the value of Tracing to True to enable Diagram Tracing. If necessary, modify the host and port specification of the Diagram Trace Utility.