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
What is the difference between adding reference in solution explorer and adding references by using ?
What's the use of formatters in .net?
What is the difference between page-level caching and fragment caching?
Explain server control extensibility with reference to asp.net 2.0 ?
What is asp.net with mvc? : Asp.Net MVC
How can you implement encapsulation in asp.net?
What are the steps involved to fill a dataset?
What a diffgram is, and a good use for one?
What is page request in asp.net?
What do you mean by query string?
Explain the different types of assemblies?
What is the differences between a primary key and a unique key in sql server?
What is view state and how it works in asp net?
Why is an object pool required?
What is aspect-oriented programming?