Various settings for application behaviour can be changed in the IIS web.config file for the Novulo application. It can be used to modify performance settings, database connectivity and presentation.
This post will be expanded to list all potential web.config keys.
Key | Type | Default value | Description |
---|---|---|---|
database.commandtimeout |
Integer | 30 | SQL Command timeout in seconds |
gridpanel.maxloadrows |
integer | 10000 | The maximum number of rows that are displayed in a (fully functional) grid. Setting it to -1 disables the limit (not recommended). |
gridpanel.maxsortrows |
integer | 10000 | The maximum number of rows for which sorting a grid is allowed. Should be less than or equal to gridpanel.maxloadrows. Setting it to -1 disables the limit (not recommended). |
gridpanel.selectwithreaduncommitted |
boolean | false | Setting this to true causes all grid-queries to do read-uncommitted reads. |
Keys from plug-ins
Plug-ins can also add web.config keys. These are listed here.
FileExtensions plug-in
Key | Type | Default value | Description |
---|---|---|---|
novulofileextensions.getfilefromdiskconstrained.basedirs |
string | (empty) | Lists the local folders/directories that the File Extensions plug-in can read from |
novulofileextensions.writefilefromdiskconstrained.basedirs |
string | (empty) | Lists the local folders/directories that the File Extensions plug-in can read from |
For setting web.config keys, pease refer to Allowing media hosts