-
Notifications
You must be signed in to change notification settings - Fork 9
Web.config Settings
Peter Girard edited this page Apr 18, 2017
·
7 revisions
All settings described here are in the <appSettings> section of the Web.config file except where noted. As of version 5.0 most GPV instance settings are now in the GPVSetting table.
- FormsAuthenticationMode - Sets the mode when implementing database or certificate authentication. Valid values are "database" and "certificate". Should be left empty or commented out in other authentication modes.
- CertificateUserField - In certificate authentication mode, the specific user name field in the "Subject" of the client certificate. If not specified, the entire "Subject" is used.
- AppIsAvailable - Valid values are "yes" and "no". If set to "no", the GPV is effectively shut down. Use this when you need to perform maintenance on the GPV that could break functionality and be disruptive to users.
- AppStatusMessage - The message to display when AppIsAvailable is set to "no". Normally this would be some indication of why the GPV is down and when it will be back up.
- Administrative Login - In the <authentication> section, no authentication mode only. You can change the administrator user name and password in the <user> element.
- DBConnection - In the <connectionStrings> section. The ADO.NET connection string which specifies the SQL Server machine, database and user for this instance of the GPV.
- ConfigTablePrefix - The table prefix used on the configuration tables for this instance of the GPV. If not set, this defaults to "GPV". Multiple instances of the GPV can be served from the same database by using multiple sets of configuration tables with different prefixes.
-
Removed at 5.0
Most of the GPV instance settings. See the GPVSetting table.