For StandAlone applications a config.log file is written into the application directory on start. Config.log contains name value pairs as follows. Example data is shown here, and each application will contain different values:

ServiceName=IWDocs
Port=8888

If the application uses a dynamic port, it will only be written out when the appliation runs. If /ConfigLog is used and the port is dynamic, Port will not be written to the config.log.

See Also