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

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

RE: Web Config Update

2010-08-24 Thread Mike MOSSuMS Stringfellow
dy so make sure you check those out. If you get stuck ping me an email and I'll send you my webconfigupdater. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Ajay Sent: Tuesday, 24 August 2010 1:56 PM To: ozMOSS Subject: Re: Web Config Update Yes.. SPWebCon