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 / m.amalraj
we need to mention session mode in "Out of Process" in
web.config
Because should maintaining session with different server in
same application and default inProcess mode only used for
single server.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain client-side scripting?
What is the difference between globalization and localization?
Is asp.net easy to learn?
What are validators and list some validators of asp.net?
What are the different session state management options available in asp.net?
Explain the working of passport authentication.
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How to disable validator control by client side JavaScript?
Which namespace is used by ado.net?
How do cookies work? Give an example of their abuse.
Why do we use web config?
What are the different properties of server control that exists?
What is data cache in sql server?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How we implement web farm and web garden concept in asp.net?