Install ASP.NET Session State SQL DB

Posted by: Matthew on Saturday, December 10, 2011

I just needed to install the Session State SQL database; had to hit a few different websites to figure out this simple processes.
 
  1. Start CMS

  2. Navigate to your 'windows/Microsoft.NET/framework/[framework version]' folder

  3. Type in: spnet_regsql.exe -S instancename -E -ssadd  (replace instancename with the name of your database instance)

  4. Press Enter


And your done, smile enjoy :D

Read More
blog comments powered by Disqus