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

𝗙𝗹𝘂𝗲𝗻𝘁𝗩𝗮𝗹𝗶𝗱𝗮𝘁𝗶𝗼𝗻 𝗶𝗻 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 - 𝗖𝗹𝗲𝗮𝗻, 𝗙𝗹𝗲𝘅𝗶𝗯𝗹𝗲 𝗠𝗼𝗱𝗲𝗹 𝗩𝗮𝗹𝗶𝗱𝗮𝘁𝗶𝗼𝗻 𝗳𝗼𝗿 𝗠𝗼𝗱𝗲𝗿𝗻 .𝗡𝗘𝗧 𝗔𝗽𝗽𝘀

Azure Event Grid Sample code