Adding your own configuration values into a config file is really simplified when it comes to using the appsettings section, but do you really need all those key-value pairs clogging up your file and not having any noticable relation to one other? Making use of a custom configuration section allows you to group the settings you want related to each other and even add validation to the key-value pairs. This is a short how-to on getting started with custom sections.