Difference between revisions of "Configuration Files"
Line 5: | Line 5: | ||
== Main Configuration Files == | == Main Configuration Files == | ||
− | The main configuration files for the {{UBIK Studio}} and {{UBIK Enterprise Service}} are located within the installation folder. Respective examples files are | + | The main configuration files for the {{UBIK Studio}} and {{UBIK Enterprise Service}} are located within the installation folder, the 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}} Studio: [[Configuration_Files/UBIK.Studio.exe.config|UBIK.Studio.exe.config]] | ||
* {{UBIK}} Enterprise Service: [[Configuration_Files/UBIK.EnterpriseService.exe.config|UBIK.EnterpriseService.exe.config]]. | * {{UBIK}} Enterprise Service: [[Configuration_Files/UBIK.EnterpriseService.exe.config|UBIK.EnterpriseService.exe.config]]. | ||
+ | * [[Web Service]]: [[Configuration_Files/web.config|web.config]]. | ||
− | The | + | The configuration file of the web service additionally needs to obey rules as given in [http://msdn.microsoft.com/en-us/library/ms733830%28v=vs.110%29.aspx Configuring Services]. |
== Specific Configuration Files == | == Specific Configuration Files == |
Revision as of 09:20, 12 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, the one of the web service is located in the service's physical path. Respective examples files are
- UBIK® Studio: UBIK.Studio.exe.config
- UBIK® Enterprise Service: UBIK.EnterpriseService.exe.config.
- Web Service: web.config.
The configuration file of the web service additionally needs to obey rules as given in Configuring Services.
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 | - | - |