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's the ASP.Net Application life cycle?
Why select Web API?
How does exception management works in ASP.NET?
What do you mean by caching in asp.net?
Where the viewstate is stored after the page postback?
What are Master Pages in ASP.NET? or What is a Master Page?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How does output caching work in ASP.NET?
When cookie will expire?
What is the equivalent of date() and time() in asp.net?
How can we register exception filter globally?
Name some asp objects?
What is asp.net master page?
What does asp.net stand for?
Explain how is a property designated as read-only?