RMN
RMN

Reputation: 752

Encrypt or Decrypt config sections in web.config

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 ?

Upvotes: 0

Views: 621

Answers (1)

Oded
Oded

Reputation: 498904

The approach has not changed in a long time - use the aspnet_regiis.exe command line tool with the encryption parameters.

Upvotes: 1

Related Questions