What is the use of web.config file in an ASP.NET apllication?
Select an image from your device to upload
Web config plays vital role in web development. It actually stores all the configurations so that it can well handled and used repeatedly all over the application without repeatation.
It actually stores values for database connection,Session states,Error Handling and security and these can be handled as developer wants to and wish to show the proper messages to user.
Depending upon the web config file whole application works.