
what is the use of web.config file in ASP.NET programing

Web.config file is a configuration file for the Asp .net web application. An Asp.net application has one web.config file which keeps the configurations required for the corresponding application. It is written in XML with specific tags having specific meanings.
Generally we store database connections, Session States, Error Handling, Security configurations in ASP.NET web.Config file.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.