You write connection string in the web.Config file. Like
<
Dim
cnn =
cnn.ConnectionString = ConfigurationManager.ConnectionStrings(
You can write any number connection strings by giving proper names.