---
title: "What is the Usage of Asp.Net configuration file?"  
description: "What is the Usage of Asp.Net configuration file?"  
author: "Anonymous User"  
published: 2020-01-20  
updated: 2020-01-20  
canonical: https://www.mindstick.com/forum/155707/what-is-the-usage-of-asp-dot-net-configuration-file  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is the Usage of Asp.Net configuration file?

[Explain me](https://www.mindstick.com/forum/34220/can-anyone-explain-me-about-off-page-activity) the usage of [configuration](https://www.mindstick.com/articles/13112/setting-up-the-perfect-configuration-for-your-work-computer) [file in asp.net](https://www.mindstick.com/forum/158972/how-to-read-appsettings-values-from-a-json-file-in-asp-dot-net-core) with image.

## Replies

### Reply by Nishi Tiwari

**Usage of configuration [file](https://www.mindstick.com/articles/59/encrypting-and-decrypting-files-using-c-sharp)**

[ASP.NET](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) Configuration systems are mainly used to describe the properties and behaviors of various aspects of ASP.NET applications. Configuration files helps us to manage the many settings related to our website. Each file in an XML file (with the extension .config) which contains all set of configuration elements. Configuration informations are [**stored in XML-based text files.**](https://www.mindstick.com/forum/155708/what-is-the-benefits-of-xml-based-configuration-file)

In simple words, they are the XML files which are readable by humans in any text editor, where we can view and modify them respectively. They are also used in “ASP.NET” web application app. We can create upto one web.config file per folder.


---

Original Source: https://www.mindstick.com/forum/155707/what-is-the-usage-of-asp-dot-net-configuration-file

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
