|
I am writing a feature receiver to add an entry for a custom SiteMapProvider to the Site Map Provider section of the web.config. I'm working with SharePoint 2007. I am considering using SPWebConfigModification but I am also looking at the Guidance Library.
Can I use IConfigManager to update that section in the web.config? What would you recommend?
|