Difference between revisions of "Configuration Files"
Line 23: | Line 23: | ||
<tr> | <tr> | ||
<th style="width:200px">Description</th> | <th style="width:200px">Description</th> | ||
− | <th>File example</th> | + | <th style="width:200px">File example</th> |
+ | <th>Web service</th> | ||
+ | <th>Studio</th> | ||
+ | <th>Enterprise Service</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Application settings</td> | <td>Application settings</td> | ||
<td>AppSettings.config</td> | <td>AppSettings.config</td> | ||
+ | <td>.config</td> | ||
+ | <td>.config</td> | ||
+ | <td>.config</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 20:18, 10 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
Item/ConfigInfoHeader Item/ConfigInfo Item/ConfigInfo Item/ConfigInfo Item/ConfigInfo Item/ConfigInfo Item/ConfigInfo
Description | File example | Web service | Studio | Enterprise Service |
---|---|---|---|---|
Application settings | AppSettings.config | .config | .config | .config |