gpt4 book ai didi

.Net Web.Config 转换,替换整个 ConnectionString 部分

转载 作者:行者123 更新时间:2023-12-04 23:02:55 25 4
gpt4 key购买 nike

我一直在使用 web.config 转换并取得了成功。我最近刚刚实现了连接字符串加密,但不确定如何修改我的发布转换。

之前,我只是通过使用名称定位器来替换设置。

现在设置已加密,没有名称。

<connectionStrings configProtectionProvider="Pkcs12Provider">
<EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element"
xmlns="http://www.w3.org/2001/04/xmlenc#">
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes192-cbc" />
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#">
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5" />
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>rsaKey</KeyName>
</KeyInfo>
<CipherData>
<CipherValue>CipherValueHere</CipherValue>
</CipherData>
</EncryptedKey>
</KeyInfo>
<CipherData>
<CipherValue>CipherValueHere</CipherValue>
</CipherData>
</EncryptedData>

如何更新我的转换以用这个替换整个连接字符串部分?元素名称“connectionStrings”是否有定位器?

非常感谢,
约翰

最佳答案

要替换整个 connectionString 部分,请使用以下代码

<connectionStrings xdt:Transform="Replace">
xdt:Transform="Replace"会做的伎俩。干杯!!

关于.Net Web.Config 转换,替换整个 ConnectionString 部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18695706/

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