Overview of ASP.NET Configuration Files
page 1 of 6
Published: 19 Apr 2007
Abstract
This article discusses the internals of web.config and machine.config files with the help of code samples.
by Joydip Kanjilal
Feedback
Average Rating: 
Views (Total / Last 10 Days): 33241/ 39

Introduction

The Web.config is an XML based configuration file for the entire application and resides in the application root. It provides the application wide settings for the entire application. The Machine.config located at the "C:\WINDOWS\Microsoft.NET\Framework\vx.x.xxxx\CONFIG" directory, is used to apply configuration settings for any applications that are running in the entire system. In my system with .NET Framework 1.1 installed, it is located at the "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG" directory. This article discusses both and shows how we can use them in our applications. Note that I have discussed the most important sections in these files. I would request the readers to refer other reference materials for a complete reference on these files.


View Entire Article

User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-18 9:02:39 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search