When you add custom configurations in application config, then you will have to provide configuration handlers in config sections, when you dont want to handle them seperately, instead plan to read the xml and get values use
Add section with type of System.Configuration.IgnoreSectionHandler, System for the custom config that you want to ignore
this would prevent the system from throwing exception