-
Thread Rating80.0%Rate this ThreadDouble click on boxes to rate this thread
-
Use of web.config in ASP.Net
-
Web.config file in ASP.NET 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. Web.config file is written in XML with specific tags having specific meanings.
we store database connections, Session States, Error Handling, Security configurations in ASP.NET web.Config file.
Login to post your reply