Configuration files of all {{UBIK}} components have to comply with syntax and other guidelines as stated in [https://msdn.microsoft.com/en-us/library/1xtk877y%28v=vs.110%29.aspx Configuring Apps by using Configuration Files].
== Main Configuration Files ==
Each component has a main configuration file containing basic settings not to be changed by the user. Addtionally, a number of [[#Application Specific Configuration Files|distinctive configuration files]] are available and already included in the main configuration files.
The main configuration file of the [[Web Service|web service]] is located in the service's physical path and named '''web.config'''. This configuration file needs to obey rules as given in [http://msdn.microsoft.com/en-us/library/ms733830%28v=vs.110%29.aspx Configuring Services] for more detailed information.
== Specific Configuration Files ==