ASP.NET连接字符串加密/保护

问题描述:

什么是ASP.NET中的连接字符串的保护/加密的最佳实践,而不仅仅是储存在Web.Config中

What is best practice for protection/encryption of connection strings in ASP.NET rather than just storing as plain text in Web.Config

在看看http://stackoverflow.com/questions/21965/programmatically-encrypting-a-config-file-in-net,它似乎涵盖这个理由。

Take a look at http://stackoverflow.com/questions/21965/programmatically-encrypting-a-config-file-in-net, it seems to cover this ground.