skip to Main Content

Using old school ASP.NET / C# backend with web.config – I need a dynamic connection string

I have the following connection string in my web.config: <add name="ConvMapping.Properties.Settings.ifl" connectionString="Data Source=serverInfo;Initial Catalog=database;Persist Security Info=True;User ID=userid;Password=password" providerName="System.Data.SqlClient" />` The issue is now we have to use the database based on a selection. So, example I want to do something…

VIEW QUESTION
Back To Top
Search