Changes
__TOC__
== General Sections ==These sections will be found in all of the configuration files.
===configSection===
In the configSection tag service specific configurations can be defined. These settings include logging and exception handling in the {{UBIK}} web service. This tag should not be changed in general.
<source lang="xml">
===exceptionHandling===
In this tag the settings for exception handling can be specified.
<source lang="xml">
<exceptionHandling>
</exceptionHandling>
</source>
== Sections in web.config ==
These sections are necessary in the configuration files of the [[Web Service]].
===appSettings===
In this section the settings of the {{UBIK}} service can be specified. The settings are described in chapter [[UBIK_Web_Service_Configuration|{{UBIK}} Web Service Configuration]].
'''Example 1:'''
<source lang="xml">
</source>
'''Example 2 :''' (configured for an Microsoft Azure cloud database and a LAS service)
<source lang="xml">