I write a lot of custom code for MOSS. There are times when I need to save configuration settings for some of the components I write. Saving them in the <AppSettings> section of web.config is the easiest way, but hard to maintain. What I'd rather
Read More...