31/12/2014 by Nitesh

How To Remove Session Support from SQL Server

Friends,

In this post we will see how can we remove Session State Support from SQL Server for ASP.Net applications. To completely remove the Session State support from SQL, we need to perform the following actions –

  • Open Command Prompt
  • Go to C:\Windows\Microsoft.Net\Framework\<Your Framework Version>\
  • Type aspnet_regsql -S SQLSERVER -U User -P Password -ssremove
  • Confirm the question to remove session support.
  • You’re done.

sessionHope you like this post. Keep learning and sharing! Cheers!

#ASP.Net#IIS#Sessions#SQL