如何在ASP.Net中的Web.Config文件中加密连接字符串凭据

时间:2015-07-15 13:36:15

标签: asp.net encryption web-config

我正在开发asp.net项目我必须在web.config文件中加密凭证

<add name="ConnectionString"
     connectionString="Data Source=sqlexpress;
                       Initial Catalog=Employee;
                       User ID=testUser;
                       Password=testPassword"
     providerName="System.Data.SqlClient"/>

0 个答案:

没有答案