Good Reading on ASP.NET in Network-Load Balancing

2019-06-10 17:58发布

问题:

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