The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Storing and Retrieving Connection Strings in ASP.NET 2.0/3.5
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Steven OesterreicherPosted Feb 7, 2011, 12:28 PM
How do you specify different connection strings like QA and Production?
Mamta MPosted Dec 1, 2008, 10:37 PM
I mailed you my reply.
David KiffPosted Dec 1, 2008, 5:01 PM
String connString = WebConfigurationManager.ConnectionStrings["MyConnection"].ConnectionString;
BenPosted Nov 24, 2008, 11:47 AM
Would you mind posting how to encrypt the connection strings section? I believe this functinoality is native to vs 2005+ but cannot recall the code, thanks!