I have a web app, which needs to connect to a bd sql server. This is achieved through the typical definition determined in conecctionstring in app.config. I need to be able to have a list of connectionstrmgs (definitions) in order to be able to pass from one to another at the moment of the connection to the bd. this in time of execution. something like a list of databases (servers) to choose from at a given time. Can this be done?