【发布时间】:2012-10-13 04:54:11
【问题描述】:
我想加密我的 Azure ASP.Net 网站的连接字符串。
我在 Windows Azure 博客上找到了以下文章:Securing your connection string in Windows Azure - Part 3
很遗憾,这篇文章似乎已经过时了。
- Azure 现在使用 .cer 文件而不是 .pfx,如文章所述。 (虽然不是问题)
- 无法使用 Visual Studio 2012 构建链接的 PKCS12 Provider
当我尝试在 VS2012 中打开它时,我收到 Installer.vdproj 不兼容的错误,因此我无法为提供程序构建安装程序。
在某处是否有提供程序的更新版本?
或者是否有另一篇关于如何为 Azure 加密连接字符串的更新文章?
任何帮助表示赞赏。
【问题讨论】:
标签: asp.net .net encryption azure connection-string