web.config checklist
To avoid confusion for troubleshooting, verify that the “add key” values correspond to the environment where the web.config is deployed.
"Environment"
the Environment value should be set to the correct environment (Development, Acceptance, Production).
"AppName"
the AppName value should correspond to the application it is for.
"TCErrorEmailAddress"
TCErrorEmail key for some applications contain outdate names. Please update the setting for development, acceptance and production as outlined in
“EMailErrors”
if the email addresses provided in the TCErrorEmailAddress key are valid and error messages are not received: verify the setting for EmailAddress (usually near the top of the web.config).
True: email errors are sent.
False: email errors are not set
ConnectionString
the web.configs for development and acceptance typically contain connection strings for development, acceptance and production.
ensure that the web.config contains a valid, uncommented connection string for the environment it corresponds to.
the connection strings for other environments should be commented out by default.