Anyone who has written a custom configuration section handler for .NET v1 will appreciate the headaches and the painful process of parsing an xml block. Well .NET v2 has a much better model for building custom configuration sections. In this post I will...