Application Configuration

<< Click to Display Table of Contents >>

Navigation:  Configuration >

Application Configuration

You can make some global application configuration in the file WebAccess.config.

Configuration

Description

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.

Please use the following steps to apply changes in this file for the application:

1.Please start the IIS-Manager (inetmgr) and stop the site 'SpaceObServer Web Access'.

2.Please open the file 'C:\ProgramData\Jam Software\SpaceObServer Web Access\WebAccess.config'.

3.Please search for the 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.

4.Start the site 'SpaceObServer Web Access' via the IIS-Manager.