How to use multiple connection strings to databases in ASP.NET
by GetCodeSnippet.com • June 28, 2013 • Microsoft ASP.NET • 1 Comment
You can define connection string in your code just before you want to connect to a database. So whenever you want to connect to a database, you can define it connection string and establish your connection. But if you want to use same connection in different places then you have to define a connection...
Read more →