session state and load balancing

  • Thread starter Thread starter m.a
  • Start date Start date
M

m.a

Hello,

I am looking for a hosting solution for my asp.net application. I found
that some ISP stated that session states are not preserved in a load
balancing system. As I know, if the asp.net is configured to save the
session states in SQL server or file system, it would be preserved in load
balancing systems.

What is the whole story from the hosting point of view?

what should I look when I am searching for a hosting solution?

Any suggestion for a ISP that doesn't have this problem?



Regards
 
Hi, I can't suggest any hosting, but you are correct, it is only session
state that is configured to be stored in process that will not work with load
balancing.

Configuring the app for SQL Server state management will work with load
balancing.

--
Regards,

Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
 
Back
Top