.NET configuration files are a versatile way for .NET applications to store
configuration information. They are hierarchical and use XML syntax. More
importantly, they are also extensible fairly easily. You can read more about
them on MSDN [http://msdn.microsoft.com/en-us/library/1xtk877y(v=vs.110).aspx].
Now, by