Re: Web Config Update

2010-08-23 Thread Ajay
Yes.. SPWebConfigModification is the best way and good way. Going forward I am using this class for web.config modifications. Use your feature to add/remove config entries. Just be careful once you use this class to add appsettings web.config, do not manually update the web.config, as in those c

Web Config Update

2010-08-23 Thread Paul Noone
Hi guys, I want to make a web config modification programatically that adds/removes the following. There seem to be a few approaches and I was wondering what the best one was. Are there any methods to do this during add/retract solution or is it only possible via feature receiver? Is the SP