<?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>Jason Rowe &#187; sql</title>
	<atom:link href="http://jasonrowe.com/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonrowe.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Aug 2010 23:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Aspnet_regsql.exe (Unable to use SQL Server because&#8230;)</title>
		<link>http://jasonrowe.com/2008/07/30/aspnet_regsqlexe-unable-to-use-sql-server-because/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=aspnet_regsqlexe-unable-to-use-sql-server-because</link>
		<comments>http://jasonrowe.com/2008/07/30/aspnet_regsqlexe-unable-to-use-sql-server-because/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 23:02:41 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://rowejason.com/?p=123</guid>
		<description><![CDATA[I had this issue today on a sql 2005 server and it appears to be a common problem:  &#8221;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 &#8230; <a href="http://jasonrowe.com/2008/07/30/aspnet_regsqlexe-unable-to-use-sql-server-because/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>I had this issue today on a sql 2005 server and it appears to be a common problem:</h2>
<blockquote><p><strong> &#8221;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.&#8221;</strong></p></blockquote>
<p>My first reaction was search the internet&#8230; and that led me down the wrong path. Sometimes its just better to read the documentation. I can&#8217;t believe I had become the type of person not to read the instructions. I love that stuff! Well, anyway my solution was running the following command which I put together using the documentation on this site (<a href="http://msdn.microsoft.com/en-us/library/ms229862.aspx">http://msdn.microsoft.com/en-us/library/ms229862.aspx</a>).</p>
<p>But seriously, don&#8217;t just run this following command. Go look at the link above as it actually explains everything in detail. <img src='http://jasonrowe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>aspnet_regsql -d &lt;databasename&gt; -ssadd -sstype c -U &lt;username&gt;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://jasonrowe.com/2008/07/30/aspnet_regsqlexe-unable-to-use-sql-server-because/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
