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
Post a Comment