【发布时间】:2012-07-18 18:49:12
【问题描述】:
显然Microsoft.WindowsAzure.CloudConfigurationManager.GetSettings 将首先查看 ServiceConfiguration.*.cscfg,然后返回到 web.config 和 app.config。
但是 - 这在 web/app .config 中应该是什么格式?
例如让Microsoft.WindowsAzure.CloudConfigurationManager.GetSettings("Foo") 从 app.config 中获取 XML 是什么样的?
【问题讨论】:
-
从您提供的 msdn 链接中:“CloudConfigurationManager 只能读取 appSettings 标记中的配置设置。如果您的配置设置在不同的标记中,调用 GetSetting 将返回 Null。”
标签: c# azure configuration-files