VB.NET Version of Custom Configuration Sections

Today at work I needed to add a custom configuration section to a 2.0 ASP.NET / VB.NET project.  After looking around, almost al the examples weren’t in VB.  The the best article I found was at (not surprisingly) 4Guys.  Anyway, the sample code was C#, so I had to convert it to VB.  Here it is for anyone who might want to D/L it.  Once you get used to it, the configSections stuff is pretty cool, although a little too much coding if you don’t really need it maybe.  Anyway, if you’ve been desperatley looking for a VB.NET example, here ya go:

Custom Configuration (VB Version)

Enjoy!