UA Generic Server Configuration

There are many features built into the .NET Stack that can be activated/deactivated by modifying the applications configuration file (app.config) within any standard text editor such as Windows Notepad.

Select areas of the configuration file will be presented below.

Tracing / Diagnostics

Tracing capabilities will log the internal activities of the UA Server. You can enable/disable tracing and also the amount of detail you desire. The following text-block is taken from the configuration file and also contains documentation:

image42.gif

Endpoint Configuration

You can specify the exact endpoint URLs that the UA Server will accept connections on. You can also enable/disable endpoints. The following text-block is taken from the configuration file and also contains documentation:

image43.gif

Security Support Configuration

You can configure the rules for security also, such as:

The following text-block is taken from the configuration file and also contains documentation:

image48.gif

also:

image47.gif

Application Certificate

When an application is installed it should automatically generate its own application certificate. However, you can specify the certificate directly via the configuration file:

image45.gif

Certificate Repository

You can specify the certificate repository via the configuration:

image46.gif

Other Configuration Settings

Many, many more configuration parameters are available within the configuration file. The scope and capabilities of those other parameters are not documented.

Applying the New Configuration Settings

When you save the changes to your configuration file you MUST restart the application for the settings to take effect.

Tip: backup the configuration file prior to making modifications. A corrupt configuration file can lead to application instability and even application crashes.