/
web.config checklist

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.

Related content

Troubleshooting CCAR Web Errors
Troubleshooting CCAR Web Errors
Read with this
Shared mailbox for CivAv application errors (dev, acc, prod)
Shared mailbox for CivAv application errors (dev, acc, prod)
More like this
CAWIS - configuration settings for Dev and Acc (TR47_CAWIS_GENERAL_PROPS and web.config)
CAWIS - configuration settings for Dev and Acc (TR47_CAWIS_GENERAL_PROPS and web.config)
More like this
CAWIS MDM - SWIMN MDC
CAWIS MDM - SWIMN MDC
More like this
Checklist for deploying CAMIS, 2FA, eMER, CAME to DEV/ACC/PROD (Transferred to Wiki)
Checklist for deploying CAMIS, 2FA, eMER, CAME to DEV/ACC/PROD (Transferred to Wiki)
More like this
CLASSIC ASP apps in Civil Aviation
CLASSIC ASP apps in Civil Aviation
More like this