ASP.NET version 2.0 Session State

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Hi all,
I want to install this on a SQL 2000 box that still supports 1.1 client
sessions.
Will this work or will I need to choose another DB server.

Thanks
Jon
 
Jon said:
Hi all,
I want to install this on a SQL 2000 box that still supports 1.1 client
sessions.
Will this work or will I need to choose another DB server.

Thanks
Jon

Hi,

To me, when looking at the installation script InstallSqlState.sql (in the
microsoft.net directories) they differ because the asp.net 2.0 uses a 88
nvarchar session id key while asp.net 1.x uses a char(32) field. So it might
be that the asp.1.x app works on the 2.0 state database but surely not vice
versa.
 

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

Back
Top