<?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>RobPlatt.com &#187; IIS</title>
	<atom:link href="http://www.robplatt.com/index.php/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robplatt.com</link>
	<description>My name is Rob. Here are the things I find useful or amusing. Enjoy.</description>
	<lastBuildDate>Fri, 18 Nov 2011 19:40:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ASP.Net SessionState in SQL</title>
		<link>http://www.robplatt.com/index.php/2010/06/21/aspnet-sessionstate-sql/</link>
		<comments>http://www.robplatt.com/index.php/2010/06/21/aspnet-sessionstate-sql/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 22:36:52 +0000</pubDate>
		<dc:creator>robplatt</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.robplatt.com/?p=180</guid>
		<description><![CDATA[Using SQL Server to store ASP.Net session state has it&#8217;s advantages. It was time for us to switch from InProc to SQL, but we ran into some problems getting the configuration right. The SELECT permission was denied on the object &#8216;sysobjects&#8217;, database &#8216;mssqlsystemresource&#8217;, schema &#8216;sys&#8217;.] Unable to use SQL Server because ASP.NET version 2.0 Session [...]]]></description>
			<content:encoded><![CDATA[<p>Using SQL Server to store ASP.Net session state has it&#8217;s advantages. It was time for us to switch from InProc to SQL, but we ran into some problems getting the configuration right.</p>
<p><strong>The SELECT permission was denied on the object &#8216;sysobjects&#8217;, database &#8216;mssqlsystemresource&#8217;, schema &#8216;sys&#8217;.]</strong></p>
<p><strong>Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above.</strong></p>
<p>These two pages got me going in the end.</p>
<p><a href="http://idunno.org/articles/277.aspx">http://idunno.org/articles/277.aspx</a></p>
<p><a href="http://cherupally.blogspot.com/2009/08/problems-in-configuring-sql-server-for.html">http://cherupally.blogspot.com/2009/08/problems-in-configuring-sql-server-for.html</a></p>
<p>Now watch your session states survive an iisreset, or even server reboot! You can also load balance your requests over multiple web servers now too.</p>
<div class="google_generator">http://goo.gl/qiCr</div>]]></content:encoded>
			<wfw:commentRss>http://www.robplatt.com/index.php/2010/06/21/aspnet-sessionstate-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

