Scott Cate's WebLog

You don't know what
you don't know

News



Moved to Feedburner May26th

Twitter Chat

community

frenz

my book(s)

my products

Browse by Tags

All Tags » ConfigurationManager (RSS)
Looking for the new ConfigurationManager?
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...
More Posts