gpt4 book ai didi

c# - 如何添加嵌套的 Web.config 文件?

转载 作者:太空狗 更新时间:2023-10-29 19:51:03 24 4
gpt4 key购买 nike

我尝试向我的 asp.net 应用程序添加一个新的 web.config 文件(我通过右键单击项目 -> 添加 -> Web 配置文件)。
但是,在解决方案资源管理器中,新添加的文件并未嵌套在 Web.config 下。有什么想法吗?
见图-
我希望 Web.Staging.config 像 Web.Release.config 一样嵌套:
Solution Explorer
(假设 VS 2012 或 2013)。

最佳答案

如果你只想嵌套,你可以在文本编辑器中打开你的 csproj 文件并更改它:

<None Include="Web.Staging.config" />

为此:

<None Include="Web.Staging.config">
<DependentUpon>Web.config</DependentUpon>
</None>

关于c# - 如何添加嵌套的 Web.config 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22784757/

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