Jump to: navigation, search

Difference between revisions of "Configuration Files"


 
(64 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PageStatus/Draft}}
+
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].
  
<div class="table">
+
Each component has a main configuration file containing basic settings not to be changed by the user. Additionally, [[#Application Specific Configuration Files|specific configuration files]] are available as separate files, whose content is also included in the configuration. {{Version/ServerSince|2.4.3}}
  
<div class="tableRow">
+
The main configuration files for the {{UBIK Studio}} and {{UBIK Enterprise Service}} are located within the installation folder, one of the [[Web Service|web service]] is located in the service's physical path. Respective examples files are
<div class="tableHead centeredCell" style="width:200px">Description</div>
+
* '''{{UBIK}} Studio''': [[Configuration_Files/UBIK.Studio.exe.config|UBIK.Studio.exe.config]]
<div class="tableHead centeredCell" style="width:200px">Filename</div>
+
* '''{{UBIK}} Enterprise Service''': [[Configuration_Files/UBIK.EnterpriseService.exe.config|UBIK.EnterpriseService.exe.config]].
<div class="tableHead centeredCell">Web service</div>
+
* '''Web Service''': [[Web_Service_Configuration]].
<div class="tableHead centeredCell">Studio</div>
+
<div class="tableHead centeredCell" style="width:200px">Enterprise Server</div>
+
</div>
+
  
<div class="tableRow">
+
[[Category:Enterprise service|Configuration Files]]
<div class="tableCell indexCell" style="width:200px">Application settings</div>
+
[[Category:Installing|Configuration Files]]
<div class="tableCell" style="width:200px">AppSettings.config</div>
+
[[Category:Server|Configuration Files]]
<div class="tableCell centeredCell">{{check_mark}}</div>
+
[[Category:Web service|Configuration Files]]
<div class="tableCell centeredCell">{{cross_mark}}</div>
+
<div class="tableCell centeredCell" style="width:200px">{{cross_mark}}</div>
+
</div>
+
 
+
</div>
+

Latest revision as of 10:28, 7 July 2023

Configuration files of all UBIK® components have to comply with syntax and other guidelines as stated in Configuring Apps by using Configuration Files.

Each component has a main configuration file containing basic settings not to be changed by the user. Additionally, specific configuration files are available as separate files, whose content is also included in the configuration.

The main configuration files for the UBIK® Studio and UBIK® Enterprise Service are located within the installation folder, one of the web service is located in the service's physical path. Respective examples files are