What is the simplest and best way to Encrypt or Decrypt the configuration section in web.config file for VS 2010. Is there any difference between approaches used in vs2005 and vs2010 ?
What is the simplest and best way to Encrypt or Decrypt the configuration section
Share
The approach has not changed in a long time – use the
aspnet_regiis.execommand line tool with the encryption parameters.