Jump to: navigation, search

Difference between revisions of "Configuration Files"


Line 5: Line 5:
 
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|specific configuration files]] are available separately but already considered in the 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|specific configuration files]] are available separately but already considered in the main configuration files.
  
The main configuration files for the {{UBIK Studio}} and {{UBIK Enterprise Service}} are located within the installation folder, and named [[Configuration_Files/UBIK.Studio.exe.config|UBIK.Studio.exe.config]] and [[Configuration_Files/UBIK.EnterpriseService.exe.config|UBIK.EnterpriseService.exe.config]], respectively.
+
The main configuration files for the {{UBIK Studio}} and {{UBIK Enterprise Service}} are located within the installation folder. Examples of these files are [[Configuration_Files/UBIK.Studio.exe.config|UBIK.Studio.exe.config]] and [[Configuration_Files/UBIK.EnterpriseService.exe.config|UBIK.EnterpriseService.exe.config]], respectively.
  
 
The main configuration file of the [[Web Service|web service]] is located in the service's physical path and named [[Configuration_Files/web.config|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.
 
The main configuration file of the [[Web Service|web service]] is located in the service's physical path and named [[Configuration_Files/web.config|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.

Revision as of 11:59, 8 May 2015

IC PageStatus Draft.png
This page is currently a draft. More information and discussion about changes to this draft on the talk page.


Configuration files of all UBIK® components have to comply with syntax and other guidelines as stated in 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 specific configuration files are available separately but already considered in the 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