Difference between Machine.config and Web.config


Difference between Machine.config and Web.config
  1. Machine.config is automatically installed when you install .NET Framework or Visual Studio. Net.
  2. Web.config is automatically created when you create an ASP.Net web application project.
  3. Machine.config is called machine level configuration file. Only one machine.config file exists on a server.
  4. Web.config is called application level configuration file.
  5.  Machine.config file is at the highest level in the configuration hierarchy.
  6. Web.Config file inherits setting from the machine.config

Comments

Popular posts from this blog

Performance Optimization in Sitecore

Strategies for Migrating to Sitecore from legacy or upgrading from older Sitecore

Azure Event Grid Sample code