Once registered the COM Proxies are consumed either directly by an application or through a call to a Web application using IIS. It is the combination of how it is registered and how it is consumed that determines the log file name:
trace-<appname>-<procid>.out
Indicates the name of the consuming application.
Indicates the process ID corresponding to that application.
trace-w3wp-<procid>.out
Specifies the name of the IIS application host process which is IIS6 and later.
Indicates is the process ID corresponding to that application.
trace-dllhost-<procid>.out
Specifies the name of the Component Services application host process.
Indicates the process ID corresponding to that application.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|