Application Configuration¶
You can make some global application configuration in the file APPLICATIONCONFIGFILE.
Configuration Options:
- AuthCookieTimeout
Authentication cookie lifetime in minutes.
- ShowCheckboxRememberMe
At login page, show the checkbox “Remember me …” to keep users logged in.
- DebugLogEnabled
Enable / disable debug log (can also be changed via the admin backend).
- DetailsAsyncPackageSize
Package size (number of rows per request) of expensive asynchronous loaded columns.
- TableIdsPackageSize
The default amount of the ids queried per request in tables.
- AjaxTimeout
Timeout for ajax requests in milliseconds.
- ShowGeneralWarnings
Show general warnings.
- DisableCheckboxes
Hide checkboxes in directory tree.
- EnableDarkMode
Enable dark mode of the user interface.
Please use the following steps to apply changes in this file for the application:
Start the IIS-Manager (inetmgr) and stop the site SpaceObServer Web Access.
Open the file
APPCONFIGFILEPATH.Search for any element, change the value and save the file. For example, change the value
50000(50 seconds) inside the element<AjaxTimeout>to increase the timeout.Start the site SpaceObServer Web Access via the IIS-Manager.