Web.Config encryption using RsaProtectedConfigurationProvider - “Bad Data” error

前端 未结 7 1824
执笔经年
执笔经年 2021-02-13 02:46

I am attempting to encrypt connection string values in the Web.Config file for an ASP.NET 2.0 web application, following the procedure described on MSDN. Using the RsaProtectedC

7条回答
  •  终归单人心
    2021-02-13 03:39

    Actually you can use EL from Microsoft just to encrypt your connection string. You can download it here: http://www.codeplex.com/entlib

    hth

提交回复
热议问题