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

前端 未结 7 1797
悲哀的现实
悲哀的现实 2021-02-13 03:07

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:21

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

    hth

提交回复
热议问题