Encrypt or Decrypt Connection Strings in web.config

Deploy applications in hosting environment we have to take care of application security items or confidential values of application like secure DB connection string, configuration values etc??? To secure all these information, we need to encrypt the keys.??ASP.NET 2.0 has built in functionality to encrypt / decrypt few sections of web.config file those are??RSAProtectedConfigurationProvider: This …

Encrypt or Decrypt Connection Strings in web.config Read More »