Difference between Web.config and machine.config.
By on Apr 23, 2007 in ASP.NET Interview Questions
web.config:
Web.config file, as it sounds like 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.
machine.config
As web.config file is used to configure one asp .net web [...]


