Click here to Skip to main content
15,894,646 members
Articles / Web Development / ASP.NET

Creating a Custom Configuration Section in C#

Rate me:
Please Sign up or sign in to vote.
4.79/5 (32 votes)
18 Sep 2007CPOL6 min read 319.4K   4.4K   111  
Creation of a custom configuration section similar to AppSettings. Stores settings for both Development and Production environments, and returns the appropriate settings based on the machine’s configuration in which the application is being executed.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions