Web.config is a main configuration file for a ASP.Net application. It is a place to store connection strings, server names, file paths, and other miscellaneous settings needed by an application. You can globally define your database connection string in this file. Following is a sample connection string...