<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web2.0goodies.com &#187; Asp.Net</title>
	<atom:link href="http://web2.0goodies.com/blog/category/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://web2.0goodies.com/blog</link>
	<description>Tips, Tricks, and How To's for Web 2.0</description>
	<lastBuildDate>Tue, 03 Jan 2012 05:34:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ASP StateServer you MUST set the MachineKey!!!</title>
		<link>http://web2.0goodies.com/blog/asp-net/asp-stateserver-you-must-set-the-machinekey/</link>
		<comments>http://web2.0goodies.com/blog/asp-net/asp-stateserver-you-must-set-the-machinekey/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 05:59:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.Net]]></category>

		<guid isPermaLink="false">http://web2.0goodies.com/blog/?p=53</guid>
		<description><![CDATA[I just spent 2 hours beating my head against the wall trying to get the aspnet_state.exe stateserver to work right&#8230; Everything was configured, on my desktop the site worked flawlessly when running on Cassinni, and yet, whenever I moved it to production, the sessions were still disappearing when we restarted w3wp.exe&#8230; The problem? IIS6 was [...]]]></description>
			<content:encoded><![CDATA[<p>I just spent 2 hours beating my head against the wall trying to get the aspnet_state.exe stateserver to work right&#8230;  Everything was configured, on my desktop the site worked flawlessly when running on Cassinni, and yet, whenever I moved it to production, the sessions were still disappearing when we restarted w3wp.exe&#8230;  The problem?  IIS6 was generating a new Machine Key for each worker process&#8230;  (I assume this is the default behaivor, but I don&#8217;t know).  Just setting that in stone in the web.config file fixed the problem.  And now, I am dancing with glee because we can use worker process recycling, and end the w3wp.exe process at will without effecting anyone.  YAY!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.0goodies.com/blog/asp-net/asp-stateserver-you-must-set-the-machinekey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

