Good Reading on ASP.NET in Network-Load Balancing Environment

孤人 提交于 2019-12-08 13:37:54

问题


What are some good web pages to read to become familiar with the ins and outs of creating asp.net web applications in an environment implementing Network-Load Balancing?


回答1:


Try to use no Session State as this will have to be available on all WFE Servers, or configure it so it will use an out of process provider, like SQL

Take a look here:

http://msdn.microsoft.com/en-us/library/ms178581.aspx

and

http://msdn.microsoft.com/en-us/library/ms178581.aspx



来源:https://stackoverflow.com/questions/1454897/good-reading-on-asp-net-in-network-load-balancing-environment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!