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
 
Back
Top