Determine if asp.net application support load balancing environment -


i new asp.net, have been tasked upgrade physical architecture load balancing environment support application.

i done reading session state should configure out-process instead of in-proc support load balancing.

is there other issues need take note asp.net web application run in load balanced environment?

if going have session out of proc, session objects should serializable. if want quick solution, sticky sessions option. can read here


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -