I was just spinning up a little console application, as a utility, and I'm pulling an encrypted connection string from the app.config file. Using 1.1 code that I'm used to, I used.... System.Configuration.ConfigurationSettings.AppSettings["connstr"].ToString...