What is the difference between web config and machine config?
1321
13-Mar-2018
Anonymous User
13-Mar-2018Machine.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.