ConfigurationSettings.AppSettings
By :Axel Strembel
This class can be used to read and write application XML configuration files.
It emulates the behavior of the ConfigurationSettings.AppSettings class of the .NET framework.
It can create new configuration files. If a configuration file with a given path do not exist, it creates the file.
It provides functions for setting or getting the configuration value for a given key. If a key does not exist, the class adds it to the configuration file XML document before saving it.
Download:
http://www.ziddu.com/download/7504900/configurationsetting-2006-01-03.zip.html
