Session state and load balancing - asp.net 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Question - when using SQLServer as the session provider in asp.net 2.0,and
working in a web farm - do I need to add any configuration in order for the
session to work properly? Or just configure the session to SQLServer (after
of course setting up the database itself...).

thanks in advance.
 
Hi,
Question - when using SQLServer as the session provider in asp.net 2.0,and
working in a web farm - do I need to add any configuration in order for the
session to work properly? Or just configure the session to SQLServer (after
of course setting up the database itself...).

thanks in advance.

As far as I remember you need to execute the script
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallSqlState.sql
 

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