开发者

How to run asp.net application

开发者 https://www.devze.com 2023-02-18 23:05 出处:网络
How to run asp.net application with encrypted web.config ,is it possible note that ASP.NET application have a databas开发者_运维问答e with encrypted connectionstring and a \"cannot read connection st

How to run asp.net application with encrypted web.config ,is it possible note that ASP.NET application have a databas开发者_运维问答e with encrypted connectionstring and a "cannot read connection string " message is generated


Note that you should encrypt the web.config after deployment, not before.

The encryption with aspnet_regiis uses the target machine's Keys.


Use Windows DPAPI encryption. Here's a MS patterns and practices article that walks you through step by step.

0

精彩评论

暂无评论...
验证码 换一张
取 消