how to use the connection string written in web.config file within .net application 2.0
Select an image from your device to upload
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.