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

Difference between .NET and previous version?

2102


explain code with datachaching with example

1696


What are the steps involved to fill a dataset?

550


Why web api is better than wcf?

552


What is the use of asp.net web api?

578






Explain about asp.net 2.0 themes?

553


How can we create custom controls in asp net?

531


What is the difference between trace and debug in asp.net?

610


What is the difference between client-side and server-side validations in webpages?

561


What are the major built-in objects in ASP.NET?

567


What is the difference between web config and machine config files?

552


What is the use of web.config and machine.config files?

623


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

1504


What are the authentication types in asp.net?

571


How would you implement inheritance using c#?

571