I have C# .net project with SQL Server 2008 written in Visual Studio 2008. There I used the following connection string to connect with SQL Server:
string co
You don't have to use app config to store a connection string - you could just pass a dynamically generated connection string to the SqlConnection constructor.