

Diagram Tracing .NET Servers › Specifying the Trace Server › Setting After Installation
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:
- 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.
- 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.
- 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.
- Change the value of Tracing to True to enable Diagram Tracing. If necessary, modify the host and port specification of the Diagram Trace Utility.
Copyright © 2014 CA.
All rights reserved.
 
|
|