gpt4 book ai didi

visual-studio - VS2010 Clean Web.configs - 不更新

转载 作者:行者123 更新时间:2023-12-04 03:39:54 26 4
gpt4 key购买 nike

我正在使用 VS2010 上的 MVC 2.0,并且在使干净的 Web 配置功能正常工作时遇到了问题。

基本上在我的 Web.debug.config我有

<connectionStrings xdt:Transform="Replace">
<add name="ApplicationServices"
connectionString="Server=localhost;Database=SITE_DB;User ID=dbuser;Password=P@ssw0rd;Trusted_Connection=False;" />
</connectionStrings>

and in my `Web.config` I have

<connectionStrings>
<add name="ApplicationServices"
connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true"
providerName="System.Data.SqlClient" />
</connectionStrings>

当我在 Debug模式下运行站点时,我希望 xdt:Transform="Replace"会用 Web.debug.config 中的内容替换整个 connectionStrings 部分。

我假设错了吗?或者我在做其他不正确的事情。关于这个的信息不多,我想我会问你们。

最佳答案

.config 转换仅在您以某种方式发布或部署应用程序时发生。如果您只是在调试,则不会发生转换。

这听起来很疯狂,但它直接来自一位 MS 代表的口中:
http://forums.asp.net/p/1532038/3711423.aspx

关于visual-studio - VS2010 Clean Web.configs - 不更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2634240/

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