How To Save a App Config file

There are three ways to store an app’s configuration settings:

1.) an INI-file (the classic way of doing things)

2.) the registry (the Win9x way of doing things)

3.) an XML-file (the .NET way of doing things)

More info

Here