Changes
|-
! AreaKey!! SettingValue!! Description
|-
| appSettingsServer || UBIK.DataBase.ConnectionString ||Configuration of the SQL connect string to the UBIK Database
|-
| appSettingsInitialCatalog || UBIK.Service.MaxIdleMinutes ||Duration [in minutes] until a unused WebService shuts down automatically
|-
| appSettingsUserID || UBIK.Service.ValityPeriode ||Duration [in seconds] until a cached record is marked as outdated in the UBIK Kernel
|-
| appSettingsPassword || LogLevel ||LogLevel
|-
| appSettingsRecordLifeTime || LanguageID ||ID of the language that must be used by the Web Service. The Service will deliver the content of MultiLanguage Properties in this language.
|-
| appSettingsWorkingFolder || UserRestrictive ||If this switch is "1", only known logins may connect to UBIK. If it is set to "0", every login may connect.
|-
| appSettingsDataFile || DeviceRestrictive ||If this switch is "1", only known and active devices may connect to UBIK. If it is set to "0", every device may connect.
|-
| appSettingsDataMappingFile || TokenRestrictive ||If this switch is "1", data access is only possible after a successfull authentication. If it is set to "0", the token is not validated.
|-
| appSettingsDataView || SessionManagementType ||Configure the type of Sessionmanagement the current Service should use 0 = local management, 1 = Local Application Service, 2 = Global Applicatoin Service
|-
| appSettingsDeleteFile || SessionManagementUrl||In the case of SessionManagementType = 1 or 2, configure the Url of the Applicatoin service via this setting
|-
| loggingConfigurationLogFolder || listeners ||Full configuration of the UBIK Logging
|-
|-| requestLimits LogFile || maxAllowedContentLength || Configure the maximum allowed length of received content (see [[UBIK_Web_Service_Configuration_Example#system.webServer|Example]])
|-
|}