Connection Strings Externalized - ASP.NET
The following snippet from a
web.config
file demonstrates how to externalize connection strings to another config file.
<connectionStrings configSource="App_Config\ConnectionStrings.config" />