Web.config file is used to set configuration about your webapplication or we can say in other words that it is used to override defaultapplication configuration information and it is used to set global information.For example suppose you want to store connection string for your webapplication then it is good practice to store it in web.config file. Web.configfile is written in xml language.
Importance of web.config file in web application
1.We can use web.config file for authentication and authorization purpose.
2.We can use web.config file for custom error purpose.
3.We can use web.config file for personalization and theme purpose etc.
For more details in web.config file please search it on google.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Web.config file
Web.config file is used to set configuration about your webapplication or we can say in other words that it is used to override defaultapplication configuration information and it is used to set global information.For example suppose you want to store connection string for your webapplication then it is good practice to store it in web.config file. Web.configfile is written in xml language.
Importance of web.config file in web application
1. We can use web.config file for authentication and authorization purpose.
2. We can use web.config file for custom error purpose.
3. We can use web.config file for personalization and theme purpose etc.
For more details in web.config file please search it on google.