Encrypting appSettings in web.config

EDIT:
If you can’t use asp utility, you can encrypt config file using SectionInformation.ProtectSection method.

Sample on codeproject:

Encryption of Connection Strings inside the Web.config in ASP.Net 2.0

Leave a Comment