---
title: "What is Web.config file?"  
description: "What is Web.config file?"  
author: "Anonymous User"  
published: 2020-01-20  
updated: 2020-01-20  
canonical: https://www.mindstick.com/forum/155706/what-is-web-config-file  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is Web.config file?

Please, [briefly describe](https://www.mindstick.com/interview/22943/briefly-describe-android-application-architecture) me about [web.config](https://www.mindstick.com/forum/183/web-config-file) [file](https://www.mindstick.com/articles/59/encrypting-and-decrypting-files-using-c-sharp) with suitable example along with some figure.

## Replies

### Reply by Nishi Tiwari

A configuration file that is web.config is mainly used for managing various settings that defined a website. These all settings are **[stored in XML files](https://www.mindstick.com/forum/155701/what-is-aspx-file)** that are separate from our application code. In this way we can configure settings independently from our code easily. Usually a website contains only a single Web.config file stored inside an application root directory. However there may be many configuration files that manage settings at various levels within the application.

![What is Web.config file?](https://www.mindstick.com/mindstickforums/62772734-af19-4f36-a6c0-3e0b086d512a/images/a8ba70b9-7de5-4b8d-86d0-81ea7e1e70f2.gif)

## Or

The **web.config files** are the files which are stored in XML format files which makes them easy to use and access. An infinite number of directories and sub-directories is created for each Web.config files and similarly you can create an infinite number of “web.config” files for any number of application. All web.config files inherit their respective parent directories. For example, if anyone has to make changes to the web.config file, then the change can be implemented instantaneously without rebooting the system.


---

Original Source: https://www.mindstick.com/forum/155706/what-is-web-config-file

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
