いくつかの ConnectionStrings を持つ Web.config があります
<connectionStrings>
<add name="connStr1" connectionString="...
<add name="ConnStr2" connectionString="...
<add name="connStr3" connectionString="...
構成変換を使用して特定の接続文字列を削除する方法はありますか? 何かのようなもの:
<connectionStrings>
<xdt:Remove connStr2?
明らかに、正しい構文に近いところはありませんが、私のドリフトはわかります...