<?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: On Web Gardens, ASP.NET, and IIS 6.0</title>
	<atom:link href="http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/</link>
	<description>Confessions of a small business software developer</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: anil</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1913</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Tue, 02 Aug 2011 10:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1913</guid>
		<description>great man.. explained nicely</description>
		<content:encoded><![CDATA[<p>great man.. explained nicely</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1887</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 23 May 2011 21:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1887</guid>
		<description>Fantastic article!  Much appreciated.  You&#039;re right - there isn&#039;t much documentation out there.  Very nice job!</description>
		<content:encoded><![CDATA[<p>Fantastic article!  Much appreciated.  You&#8217;re right &#8211; there isn&#8217;t much documentation out there.  Very nice job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valerii</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1872</link>
		<dc:creator>Valerii</dc:creator>
		<pubDate>Thu, 31 Mar 2011 20:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1872</guid>
		<description>Thanks for explanation. Great article! 
Have you tried web farm?</description>
		<content:encoded><![CDATA[<p>Thanks for explanation. Great article!<br />
Have you tried web farm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil Jain</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1527</link>
		<dc:creator>Nikhil Jain</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1527</guid>
		<description>I was struggling with the session time outs until I discovered your article.

All I had to do was to just add a custom machine key to web.config and I was banging my head to fix this issue for days now.

Thanks a ton Nicholas. You Rock \m/

-Nikhil Jain</description>
		<content:encoded><![CDATA[<p>I was struggling with the session time outs until I discovered your article.</p>
<p>All I had to do was to just add a custom machine key to web.config and I was banging my head to fix this issue for days now.</p>
<p>Thanks a ton Nicholas. You Rock \m/</p>
<p>-Nikhil Jain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampathkumar</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1504</link>
		<dc:creator>sampathkumar</dc:creator>
		<pubDate>Sat, 12 Dec 2009 06:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1504</guid>
		<description>this is great artical. this is help me very much because i was suffer for this problem.</description>
		<content:encoded><![CDATA[<p>this is great artical. this is help me very much because i was suffer for this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devrim Kural</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1469</link>
		<dc:creator>Devrim Kural</dc:creator>
		<pubDate>Thu, 12 Nov 2009 09:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1469</guid>
		<description>Thanks for the great explanation!</description>
		<content:encoded><![CDATA[<p>Thanks for the great explanation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.Net and the disappearing Session value &#171; Keith Bloom&#8217;s Blog</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1447</link>
		<dc:creator>ASP.Net and the disappearing Session value &#171; Keith Bloom&#8217;s Blog</dc:creator>
		<pubDate>Tue, 03 Nov 2009 10:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1447</guid>
		<description>[...] The solution to my problem was simple, set the value to 1 as I don’t need the resilience of a Web Garden.&#160; If you do though Nicholas Piasecki, has a great write up here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The solution to my problem was simple, set the value to 1 as I don’t need the resilience of a Web Garden.&#160; If you do though Nicholas Piasecki, has a great write up here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1390</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 23 Sep 2009 16:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1390</guid>
		<description>Great Article.Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Great Article.Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raunak Mehta</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1375</link>
		<dc:creator>Raunak Mehta</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1375</guid>
		<description>Thanks for such a simple explanation of a rather sophisticated concept Nicholas! Great work!</description>
		<content:encoded><![CDATA[<p>Thanks for such a simple explanation of a rather sophisticated concept Nicholas! Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msvmuthu</title>
		<link>http://nicholas.piasecki.name/blog/2009/02/on-web-gardens-aspnet-and-iis-60/comment-page-1/#comment-1313</link>
		<dc:creator>msvmuthu</dc:creator>
		<pubDate>Wed, 29 Jul 2009 09:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=106#comment-1313</guid>
		<description>Great explanation!</description>
		<content:encoded><![CDATA[<p>Great explanation!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

