gpt4 book ai didi

asp.net - 如何保护 web.config 中的连接字符串?

转载 作者:行者123 更新时间:2023-12-04 23:31:50 26 4
gpt4 key购买 nike

我有一个网站即将上线。我想知道我应该如何处理 web.config 中的连接字符串。我是否混淆了它,它又如何?

谢谢!

最佳答案

标准方法是对其进行加密。 http://ondotnet.com/pub/a/dotnet/2005/02/15/encryptingconnstring.html

但是,另一个不错的选择是将其存储在注册表中并设置权限,以便只有 asp.net 运行时才能访问它。

看这篇文章:http://msdn.microsoft.com/en-us/library/ff649224.aspx和这个知识库:http://support.microsoft.com/kb/821616

尽管我不得不说使用注册表确实会使部署和使用文本/登台服务器变得有点复杂。我们做到了……一次,然后回到加密。

关于asp.net - 如何保护 web.config 中的连接字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4027378/

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