---
title: "What is the difference between web config and machine config?"  
description: "What is the difference between web config and machine config?"  
author: "Anonymous User"  
published: 2018-03-13  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23349/what-is-the-difference-between-web-config-and-machine-config  
category: "c#"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is the difference between web config and machine config?

##### 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.

## Answers

### Answer by Anonymous User

##### 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.


---

Original Source: https://www.mindstick.com/interview/23349/what-is-the-difference-between-web-config-and-machine-config

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
