配置文件中的最佳实践连接字符串安全性
Best Practices Connection String Security in config file
在生产环境中安全管理配置文件中的连接字符串的最佳做法是什么。
谢谢
有多种方法可以加密连接字符串。 MSDN describes one way. There is also an article at asp.net on the same subject.
但是,恕我直言,这是一个不值得的麻烦。使用 windows 帐户而不是 SQL 服务器帐户,并确保没有未经授权的人可以访问您的服务器。
在生产环境中安全管理配置文件中的连接字符串的最佳做法是什么。 谢谢
有多种方法可以加密连接字符串。 MSDN describes one way. There is also an article at asp.net on the same subject.
但是,恕我直言,这是一个不值得的麻烦。使用 windows 帐户而不是 SQL 服务器帐户,并确保没有未经授权的人可以访问您的服务器。