What is the difference between web config and machine config?
Ask by Anonymous User
Updated 23 Sep 2020
Machine.config Vs web.config
Web.config is the file for the local settings to be applied for a website which store configuration data in XML format.Web config file is specific to a web application where as machine config is specific to a machine or server.One main difference is that there can have be multiple web config files into an application where as we can have only one machine config file on a server.