Difference between revisions of "Configuration Files"
Line 10: | Line 10: | ||
== Specific Configuration Files == | == Specific Configuration Files == | ||
− | <table class=" | + | <table class="defaultTable"> |
{{Item/ConfigFileHeader}} | {{Item/ConfigFileHeader}} | ||
{{Item/ConfigFile|Bindings|[[Configuration_Files/Bindings.config|Bindings.config]]|1|1|1}} | {{Item/ConfigFile|Bindings|[[Configuration_Files/Bindings.config|Bindings.config]]|1|1|1}} |
Revision as of 08:19, 11 May 2015
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. Addtionally, a number of specific configuration files are available separately but already considered in the main configuration files.
Main Configuration Files
The main configuration files for the UBIK® Studio and UBIK® Enterprise Service are located within the installation folder. Examples of these files are UBIK.Studio.exe.config and UBIK.EnterpriseService.exe.config, respectively.
The main configuration file of the web service is located in the service's physical path and named web.config. This configuration file needs to obey rules as given in Configuring Services for more detailed information.
Specific Configuration Files
Description | Example file | Web service | Studio | Enterprise Service |
---|---|---|---|---|
Bindings | Bindings.config | |||
Client settings | Client.config | |||
Logging | Logging.config | |||
Runtime | Runtime.config | |||
Service settings | Services.config | - | - | |
Application settings | AppSettings.config | - | - |