is the most common section of web.config file which allows you to store multiple connection strings that are used in the application.
Code:
<connectionStrings>
<add name ="ConString" connectionString ="Initial Catalog = abc;
Data Source =localhost; Integrated Security = true"/>
</connectionStrings>