Keep web.config tidy using custom configuration sections in ASP.NET

This blog post is about creating a custom configuration section in ASP.NET. This is an alternative to keeping website settings in web.config or appsettings.config. [More]