I have created a custom configuration section in a c# class library by inheriting from ConfigurationSection. I reference the class library in my web application (a
Seems like the answer is indeed because they don't have a default value. Seems odd, so if someone has a better answer let me know and I'll accept theirs.