Click here to Skip to main content
15,892,072 members
Articles / Programming Languages / XML

Custom app.config

Rate me:
Please Sign up or sign in to vote.
4.67/5 (27 votes)
28 Mar 20052 min read 342.8K   4.6K   56  
Custom configuration class to load configuration settings from an external file.
<?xml version="1.0" encoding="utf-8" ?> 
<appSettings>
	<add key="ApplicationName" value="Configuration Tests" />	
</appSettings>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Software developer for 10 years, started in C++ and moved to C# about 3 years ago.

Comments and Discussions