how to use the connection string written in web.config file within .net application 2.0
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.