Is ASP.Net State Server an elegant solution?

Posted by alchemical on Stack Overflow See other posts from Stack Overflow or by alchemical
Published on 2010-04-16T00:11:56Z Indexed on 2010/04/16 0:13 UTC
Read the original article Hit count: 422

Filed under:

We have an ASP.Net MVC project that will start with a single web server but likely soon scale into a small web farm. As ASP.Net Authentication stores a UserID, and data caching may also be useful, we would likely need to make the jump to state server fairly soon.

I'd like to hear from others how State Server has been to work with and how it scales from a performance perspective.

Alternateively, we could architect it as completely stateless by not using data caching and tracking sessions with an encrypted cookie.

© Stack Overflow or respective owner

Related posts about asp.net-state