Suppose there is one web farm with 3 servers inside with
same configuration and the same project is running inside
all servers.Which session mode is usde for all these and
why?

Answer Posted / eduardo belmonte

Mode="StateServer"

That way one server will take care of the state and will
share that info with other servers who may need to request.

This of course is the way to set the "Out of Process"
management of Session State.

You must also include an attribute of StateConnectionString
related to the server that will provide the state
management.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define static function?

568


What’s the catch?

620


What is difference between web config and global asax?

441


Please briefly explain the usage of global.asax?

532


Explain the server control events of asp.net ?

541






What’s the difference between asp.net web forms and asp.net mvc?

545


Explain the features that make asp.net more used framework? : asp.net mvc

476


Does web services support data reader like pom project?

526


Explain one critical mapping?

562


What is windows active directory authentication?

567


What is the asp.net control toolkit?

556


What is event in asp.net?

532


What do you mean by serialize and marshalbyref?

567


What are demand-paging and pre-paging?

572


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

562