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
Phil Johnson - 09 Feb 2008 14:07 GMT
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.

Signature
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
> Hello,
>
[quoted text clipped - 11 lines]
>
> Regards