Page History: Web.Config Application Settings
Compare Page Revisions
Page Revision: 2009/10/12 14:27
Web.Config File
Website characteristics are defined in the Web.config file.
Application Settings
COR Applications Settings
- ApplicationFolder
- Definition: the name for the application. Multiple websites may be managed by COR and Jetfire. Each website defined by an ApplicationFolder is managed by a different set of Users and Roles.
- Typical Value: '/'
- AuditsEnabled
- Definition: Option for COR Audits. If 'true', then audits are saved for COR.
- Values: 'true', 'false'
- LogDestination
- Definition: Option for COR Logs. If equal to 'GUI', then logs are shown on the Web Page, where the error occurred. If equal to 'File', then logs are written to the file specified by 'LogFile'. If equal to 'Database', logs are written to the database for later retrieval.
- Values: 'GUI', 'Database', 'File'
- LogFile
- Definition: Path to a file where logs are saved.
- Typical Value: 'C:\Log.txt'
- ShowErrorDetails
- Definition: if 'true', then the stack traces is saved to the log when an exception occurs.
- Values: 'true', 'false'
- ReadPasswordEnabled
- Definition: if true, then the Read Password option is enabled.
- Values: 'true', 'false'
- TrWebPartsHelpUrl
- Definition: The hyperlink to help for COR.
- Typical Value: 'wiki.jetfire.ca'
- Supported Languages
- Definition: The list of supported languages used on the website. This is the list of languages displayed by the language Web Parts.
- Typical Value: 'English=en-ca;French=fr-ca'
- Translation Key
- Definition: The key to the Microsoft Bing Translation Service
- Typical Value: none
COR and Jetfire Application Settngs¶
- ServerTimeZone
- Definition: The Time Zone for the server.
- Typical Value: 'Eastern Standard Time'
- SubscriptionDefault
- Definition: The default Subscription is used in Jetfire when a subscription is not programmed into a Jetfire Web Part. The default Subscription is used as a prefix to the COR Audits table.
- Typical Value: 'Jetfire'
- SoftwareVersion
- Definition: The version of software deployed. This parameter is used to compare releases during Release Synchronization.
- Typical Value: '2.1'
- IsAvailable
- Definition: An option that identifies that Jetfire is available for update. This option is set to false during maintenance procedures.
- Values: 'true', 'false'
Jetfire Application Settings
- OverrideStopAndCatchFireException
- Definition: This option is used for Jetfire debugging. If true, then debugging is enabled.
- Values: 'true', 'false'
- JetfireHelpUrl
- Definition: The hyperlink to help for Jetfire.
- Typical Value: 'wiki.jetfire.ca'
- WorkflowConfigFile
- Definition: The path to the Workflow Configuration File used for display characteristics to display Jetfire workflows.
- Typical Value: 'http://jetfire.ca/Xml/WorkflowConfiguration.xml'
- JetfireConfig
- Definition: The path to the Jetfire Configuration file used for Jetfire dates, times and durations.
- Typical Value: 'http://jetfire.ca/Xml/JetfireConfig.xml'
- JetfireCodeFiles
- Definition: The path to the Jetfire Code Files that contain Jetfire Code Classes.
- Typical Value: 'http://jetfire.ca/Xml/JetfireCodeFiles.xml'
- WebService
- Definition: A path to the Jetfire Web Service used in this website.
- Typical Value: 'http://jetfire.ca/JetfireWebService/JetfireWebService.asmx'
- Encryption Direction
- Definition: The direction of encyption between the client and server: 'ClientToServer', 'ServerToClient', 'Both Directions', 'None'
- Typical Value: 'None'
Membership Settings
- EnablePasswordRetrieval
- Definition: The Forgot Password Web Part may only be used if this option is set to 'true'.
- Values: 'true', 'false'
- EnablePasswordReset
- Definition: The Change Password Web Part may only be used if this option is set to 'true'.
- Values: 'true', 'false'
- RequiresQuestionAndAnswer
- Definition: The Forgot Password Web Part and Create User Web Part uses a Question and Answer for increased security if this option is set to 'true'.
- Values: 'true', 'false'
- RequiresUniqueEmail
- Definition: Email addresses must be unique per registered user if this option is set to 'true'.
- Values: 'true', 'false'
- PasswordFormat
- Definition: The format for how passwords are saved in the database.
- Typical Value: 'Encrypted'
- MaxInvalidPasswordAttempts
- Definition: The maximum number of invalid password attempts when logging in. If login attempts exceed this option, then the user account is locked out.
- Typical Value: 5
- MinRequiredPasswordLength
- Definition: The minimum number of required characters in the password.
- Typical Value: 3
- MinRequiredNonalphanumericCharacters
- Definition: The minimum number of required non-alphanumeric characters in the password.
- Typical Value: 0
- PasswordAttemptWindow
- Definition: The number of invalid attempts in the Password Window.
- Typical Value: 10
Database Connectivity Settings
COR and Jetfire data may be saved in separate Databases.
It is recommended that Jetfire workflows be saved in an SQL Server 2008.
Email Connectivity Settings
Email is used in COR and Jetfire to send messages to Registered users.