2017年3月14日 星期二

利用 aspnet_regiis.exe 來加密及解密 web.config 中的連線字串 / Using aspnet_regiis.exe to encrypt and decrypt the connection string in web.config.

加密:
aspnet_regiis.exe -pef "connectionStrings" "{path}"

解密:
aspnet_regiis.exe -pdf "connectionStrings" "{path}"

參數說明:
-pef 區段 web-app-physical-dir
         加密組態區段。選擇性引數:
         [-prov provider] 使用這個提供者進行加密。

-pdf 區段 web-app-physical-dir
         解密組態區段。

"connectionStrings":加/解密 configuration 節點的名字
"{path}":web.config 所在的路徑

沒有留言:

張貼留言

Surface pro 6降頻至0.4GHz的解決方式

網路查到很多都說: 按住電源鍵30秒關機、再同時按住電源鍵+音量上鍵15秒重啟,解決。 實際試過是有效,但某一天看到當配件溫度過高,也是會造成降頻的原因之一, 索性就把電源線拔掉,神奇的事情發生了~~ cpu頻率就正常了 。 但其實當下電源供應器並沒有發熱的現象,只...