无法打开 configSource 文件

Posted 布里渊区

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法打开 configSource 文件相关的知识,希望对你有一定的参考价值。

在使用 配置文件分离写法时,出现错误

 

 <appSettings configSource="Debug_AppSettings.config" />
  <connectionStrings configSource="Debug_ConnectionStrings.config" />

 

如上,会出现

 

无法打开 configSource 文件 “Debug_AppSettings.config”

 

最后,找到原因是:要将Debug_AppSettings.config 文件属性 设置为 始终复制输出

以上是关于无法打开 configSource 文件的主要内容,如果未能解决你的问题,请参考以下文章

如何在 .NET 中为自定义配置部分启用 configSource 属性?

为啥 Web.config 在项目文件夹而不是 bin 中寻找 configSource?

ASP.NET web.config:configSource 与文件属性

Web.Config 将单个 AppSettings 转换为 ConfigSource

web.config配置文件中的configSource属性

web.config中的configSource