<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Custom web.config settings in SharePoint</title>
	<atom:link href="http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/</link>
	<description>The circle of life - ** .Net - Training - MOSS **</description>
	<lastBuildDate>Sun, 13 Dec 2009 12:30:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CJ</title>
		<link>http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/#comment-7303</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Tue, 11 Nov 2008 09:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/#comment-7303</guid>
		<description>Hi Randy

You can look at the following two articles to guide your solution
http://blog.thekid.me.uk/archive/2007/03/24/web-config-modification-manager-for-sharepoint.aspx

http://paulhorsfall.co.uk/archive/2007/03/29/How-To-Programmatically-Disable-Custom-Errors-and-Enable-Debugging-And.aspx

cheers</description>
		<content:encoded><![CDATA[<p>Hi Randy</p>
<p>You can look at the following two articles to guide your solution<br />
<a href="http://blog.thekid.me.uk/archive/2007/03/24/web-config-modification-manager-for-sharepoint.aspx" rel="nofollow">http://blog.thekid.me.uk/archive/2007/03/24/web-config-modification-manager-for-sharepoint.aspx</a></p>
<p><a href="http://paulhorsfall.co.uk/archive/2007/03/29/How-To-Programmatically-Disable-Custom-Errors-and-Enable-Debugging-And.aspx" rel="nofollow">http://paulhorsfall.co.uk/archive/2007/03/29/How-To-Programmatically-Disable-Custom-Errors-and-Enable-Debugging-And.aspx</a></p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Bouquet</title>
		<link>http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/#comment-7302</link>
		<dc:creator>Randy Bouquet</dc:creator>
		<pubDate>Tue, 11 Nov 2008 00:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/#comment-7302</guid>
		<description>CJ,

Thank you for the ideas. I used option two in a SharePoint application and had it deployed via the WSP. The file was successfully placed into the 12/CONFIG folder, however, the changes did not appear in the web.config file. It was then I saw the &quot;However, this approach will not modify existing web applications&quot; sentence. I am hoping you might know of a way to do what I am trying to acheive. I would like to deploy changes to the web.config as part of the WSP so I can have changes appropriately pushed to all of the servers on the farm. Things like application settings, database connection strings and the like could be set without having to manually update the web.config file (which could be overwritten) and could be deployed without having to manually update each of the front end servers.

I tried the stsadm.exe -o copyappbincontent command to push my changes to the web.config and it worked. Unfortunately, it pushed the changes to all of the other SharePoint sites (MySite, SSP and Central Admin) which was an undesired affect. Also, even if that was acceptable the stsadm.exe -o copyappbincontent command would have to be run on every front end server.

Any help you can provide would be appreciated.</description>
		<content:encoded><![CDATA[<p>CJ,</p>
<p>Thank you for the ideas. I used option two in a SharePoint application and had it deployed via the WSP. The file was successfully placed into the 12/CONFIG folder, however, the changes did not appear in the web.config file. It was then I saw the &#8220;However, this approach will not modify existing web applications&#8221; sentence. I am hoping you might know of a way to do what I am trying to acheive. I would like to deploy changes to the web.config as part of the WSP so I can have changes appropriately pushed to all of the servers on the farm. Things like application settings, database connection strings and the like could be set without having to manually update the web.config file (which could be overwritten) and could be deployed without having to manually update each of the front end servers.</p>
<p>I tried the stsadm.exe -o copyappbincontent command to push my changes to the web.config and it worked. Unfortunately, it pushed the changes to all of the other SharePoint sites (MySite, SSP and Central Admin) which was an undesired affect. Also, even if that was acceptable the stsadm.exe -o copyappbincontent command would have to be run on every front end server.</p>
<p>Any help you can provide would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/#comment-7127</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Thu, 08 May 2008 13:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/03/19/custom-webconfig-settings-in-sharepoint/#comment-7127</guid>
		<description>You might want to read this blog for a differing opinion on Option 1. You can debate it&#039;s validity.
http://www.cleverworkarounds.com/2008/04/04/guru-of-governance/</description>
		<content:encoded><![CDATA[<p>You might want to read this blog for a differing opinion on Option 1. You can debate it&#8217;s validity.<br />
<a href="http://www.cleverworkarounds.com/2008/04/04/guru-of-governance/" rel="nofollow">http://www.cleverworkarounds.com/2008/04/04/guru-of-governance/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
