<?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>digging into the details</description>
	<lastBuildDate>Thu, 25 Feb 2010 20:02:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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/</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 State SQL Server version 2.0 or above.&#8221;
My first reaction was search the internet&#8230; and that led [...]]]></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>
<hr />
<p><small>&copy; admin for <a href="http://jasonrowe.com">Jason Rowe</a>, 2008. |
<a href="http://jasonrowe.com/2008/07/30/aspnet_regsqlexe-unable-to-use-sql-server-because/">Permalink</a> |
<a href="http://jasonrowe.com/2008/07/30/aspnet_regsqlexe-unable-to-use-sql-server-because/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://jasonrowe.com/2008/07/30/aspnet_regsqlexe-unable-to-use-sql-server-because/&amp;title=Aspnet_regsql.exe (Unable to use SQL Server because&#8230;)">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></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>
