Using the SharePoint SPWebConfigModification Class
Posted by Phil Harding on July 11, 2009
I’m working on a feature to provision core dependencies for my applications and tools into the SharePoint environment, which inevitably involves changes to the web.config files on Web Applications across the farm.
This post has proved really useful when using the SPWebConfigModification class.
My