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