我们想使用 msbuild 从 web.config 文件中清除 connectionStrings 部分。
最简单的方法是什么?
我们之前使用 XmlMassUpdate 替换值(另请参阅此问题:XmlMassUpdate - Replace Value Node),但尚未找到完全删除它的方法。
更多细节:
我们想将 web.config 中的部分从
<连接字符串> <add name="connectionString1" connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=Db1;Integrated Security=True" /> </connectionStrings>
到
<连接字符串> </connectionStrings>