Jump to: navigation, search

Difference between revisions of "Configuration Files"


 
(76 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].
 +
 
 +
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}}
 +
 
 +
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
 +
* '''{{UBIK}} Studio''': [[Configuration_Files/UBIK.Studio.exe.config|UBIK.Studio.exe.config]]
 +
* '''{{UBIK}} Enterprise Service''': [[Configuration_Files/UBIK.EnterpriseService.exe.config|UBIK.EnterpriseService.exe.config]].
 +
* '''Web Service''': [[Web_Service_Configuration]].
 +
 
 +
[[Category:Enterprise service|Configuration Files]]
 +
[[Category:Installing|Configuration Files]]
 +
[[Category:Server|Configuration Files]]
 +
[[Category:Web service|Configuration Files]]

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