Load Balancing in Asp.net, what I should consider while development?

后端 未结 5 1998
醉酒成梦
醉酒成梦 2021-02-06 06:00

While working on one ASP.NET project hosted within web farm including two front ends and load balancing, we got one issue regarding ASP.NET session state while being set to be \

5条回答
  •  独厮守ぢ
    2021-02-06 07:00

    Microsoft offers some guidance on this. They have a knowledge base article with links to other resources you'll need.

    http://support.microsoft.com/kb/815162

    Oh, and as always, ScottGu has an excellent article and a cooler way of doing it. I just found this and it looks very promising: The Microsoft Web Farm Framework http://weblogs.asp.net/scottgu/archive/2010/09/08/introducing-the-microsoft-web-farm-framework.aspx

    and the more recent Web Farm Framework Site has plenty of resources available. http://www.iis.net/download/webfarmframework

提交回复
热议问题