gpt4 book ai didi

.net - 与 applicationSettings 等效的 appSettings 文件属性

转载 作者:行者123 更新时间:2023-12-04 15:37:55 25 4
gpt4 key购买 nike

在 asp.net web.config 文件中,您可以执行

<appSettings file="local.appSettings.config">
<add key="foo" value="bar" />
</appSettings>

它将在 local.appSettings.config 中查找对 foo/bar 设置的任何覆盖。

applicationSettings 是否有等效项?像这样的东西
<applicationSettings file="local.applicationSettings.config">
<FooBar.My.MySettings>
<setting name="foo" serializeAs="String">
<value>bar</value>
</setting>
</FooBar.My.MySettings>
</applicationSettings>

甚至使用不同的方法来维护一组不同的 applicationSettings,例如一组用于本地开发,一组用于生产

最佳答案

我不知道等效的,但您可以利用 configSource 属性并将应用程序设置存储在外部文件中。使用 configSource 属性,将不会合并设置。另外,我相信 configSource 从 .Net 2.0 开始可用。

关于.net - 与 applicationSettings 等效的 appSettings 文件属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2299931/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com