Federal Developer Evangelist, Robert Shelton, Jr., takes you through a short (8 minute) demonstration of how Encrypt portions of your web.config with ASP 2.0 (Visual Studio 2005). This walkthrough shows you how to encrypt two sections of your web.config (AppSettings and ConnectionStrings) with the DPAPI (DataProtectionConfigurationProvider). In addition to these two sections, you can also encrypt your Identity and SessionState sections.
My blog URL: http://sheltonblog.com
Channel 9 Article: Encrypt Configuration Sections in ASP.NET 2.0 Using RSA
MSDN Article: How To: Encrypt Configuration Sections in ASP.NET 2.0 Using DPAPI
Please check out some of my other screencast by clicking this search link. Including a 3 part series on programming Active Directory with Visual Studio 2005.
~ Robert Shelton, Jr.