I am trying to read StartingMonthColumn and CategoryHeadingColumn from the below app.config file using the code
ConfigurationSettings.AppSettings[\"StartingM
Just for the future reference, you just need to add System.Configuration to your references library:
System.Configuration