Using Multiple .Config Files in ASP.NET
We can include multiple configuration files in our asp.net application, these things provide a feasibility to the use to work in more robust environment. The usage of multiple configuration file makes the application more secure and manageable
Web.confi exposes an element that can be used as a place to store application settings like connection strings, file paths, etc.