asp.net session state error .

G

Guest

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.
i am getting that error i dont know why as i am using asp.net 1.1 not 2.0
........... i just copy sesssionstate section from one project ot another one
where i want to use sqlserver mode instead of inproc mode
<sessionState
cookieless="true"
mode="SQLServer"
sqlConnectionString="Data Source=myserver;User
Id=ASPnet;Password=password123;"
timeout="20"
/>
 
M

Marina Levit [MVP]

I am guessing the database structure for asp.net 2.0 session state is
different then under 1.1. The problem is with the session state database on
your sql server, not related to web.config or any other web server settings.

You need to get rid of the database on your sql server, and recreate it
using the 2.0 script, not the 1.1 script.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,010
Latest member
MerrillEic

Latest Threads

Top