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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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