<?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/"
		>
<channel>
	<title>Comments on: How to read and write settings in App.config with C#</title>
	<atom:link href="http://www.kylirhorton.com/2008/read-and-write-settings-in-appconfig/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylirhorton.com/2008/read-and-write-settings-in-appconfig/</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 22:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Michael Coupland</title>
		<link>http://www.kylirhorton.com/2008/read-and-write-settings-in-appconfig/comment-page-1/#comment-1150</link>
		<dc:creator>Michael Coupland</dc:creator>
		<pubDate>Wed, 29 Jul 2009 02:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylirhorton.com/?p=59#comment-1150</guid>
		<description>you noted - &quot;I noticed that nothing seemed to be written to the configuration file while debugging within Visual Studio, but once I published the application it worked as expected.&quot;

it&#039;s because when you make that call vs is editing the vshost.exe.config file in the debug directory not the app.config in your project.</description>
		<content:encoded><![CDATA[<p>you noted &#8211; &#8220;I noticed that nothing seemed to be written to the configuration file while debugging within Visual Studio, but once I published the application it worked as expected.&#8221;</p>
<p>it&#8217;s because when you make that call vs is editing the vshost.exe.config file in the debug directory not the app.config in your project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
