Encrypting Sections of the Web.Config File in ASP.NET

Amgad Suliman | 31/12/2008 | 0 Comments

In most cases some sections of the web.config file of an ASP.NET project need to be encrypted before moving project to a production server. The most important section to encrypt is the connectionString, because of the login information it contains. Here is a quick way to encrypt the sections you want, without adding or changing [...]

Filed Under: ASP.NET