gpt4 book ai didi

c# - 覆盖 AppSettings

转载 作者:行者123 更新时间:2023-11-30 17:04:47 32 4
gpt4 key购买 nike

我的 App.config 中有这样的代码片段 -

<appSettings file="..\..\..\master_AppSettings.config"> 
<add key="ApplicationDSN" value="XYZConnectionString" />
</appSettings>

在 master_AppSettings.config 文件中,我将“ApplicationDSN”设置为“ABCConnectionString”。现在我想要的是以下行为 - 如果“ApplicationDSN”未在 App.config 中再次设置,则从 master_AppSettings.config 文件中获取值,否则从 App.config 中获取值。基本上,我想覆盖 App.config 中存在的值。

问题是上面的方案好像不行。 C# 项目仅从 master_AppSettings.config 中获取值,如果在 App.config 中提及则忽略。

那么,我该如何实现我的计划呢?任何帮助将不胜感激。

谢谢,外婆

最佳答案

没有办法。因为它是相反的。在 App.config 中提及所有基本设置 - 无论您想覆盖什么,都将其放入外部设置文件中。外部文件覆盖 App.config。

关于c# - 覆盖 AppSettings,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17130185/

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