The Last Configuration Section Handler I'll Ever Need
This is indeed very cool now we just need to implement a configuration/setting file that can read and write user settings to an XML file using this method. I guess I don't fully understand why they didn't give the ablility to read and write config files through the System.Configuration namespace.I'm sure someone, somewhere has already written this, but I figured it out on my own today, and it's just too cool not to share. Basically, it's a bit of code that lets me store objects in my application of web configuration file, and all I have to do is write the type that holds the values.
Read the story and get the code
[ScottW's Blog]Very cool. I feel so dumb for not thinking of this a long time ago. ehhh..