Network Load Balancing (NLB): is it suitable for "stateful" ASP.NET applications?

Posted by micha12 on Stack Overflow See other posts from Stack Overflow or by micha12
Published on 2009-11-30T10:41:05Z Indexed on 2010/04/10 5:03 UTC
Read the original article Hit count: 267

Filed under:
|
|

Hi everybody,

I have posted the following question concerning ASP.NET web farms.

http://stackoverflow.com/questions/1816756/how-to-create-an-asp-net-web-farm/

Guys recommended using Network Load Balancing (NLB) as a primary way of creating a web farm.

However, Wikipedia says that "NLBS is intended for ... stateless applications". Our web application, however, is absolutely "stateful": it is a closed site to which users will have access by login and password, and information for every user will be different: people will see their own trades and operations.

Should we still use NLB in this scenario?

Thank you.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about scalability