I want to read all the connection strings from web.config programmatically without specifying the names of the connection strings. And use that information for different purposes e.g. print out on the screen. Is it possible and how can I do that?
Thanks,
You obviously did not try anything. This would do it
Where
ConnectionStringsis a collection ofConnectionStringSettings