Every web application in ASP.NET includes a web.config file that configures fundamental settings from error message to security.It uses a predefined XML format. THe entire content of the file is nested in a root<configuration> element.The elementary structure of the Web.configis:-