c#,asp.net-mvc,web-config,configsection
If you're accessing your "section" though custom means and not using the .Net configuration mechanisms, you might as well register the type as System.Configuration.IgnoreSection. This will make it easier to modify your configuration object without having to mirror the changes in the config file. You don't even need to derive...