1.11.4.Application settings

  • web.config

    • appSettings

      • Get value from web.config ConfigurationManager.AppSetting[key]

      • To avoid to be replaced by web.config xdt:Transform="SetAttributes" xdt:Locator="Match(key)"

Last updated