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


Please Help Members By Posting Answers For Below Questions

What is Partial PostBack in ASP.NET?

601


What are the three parts of an http response?

530


How you can access the properties and controls of master pages from content pages?

508


What are the ways to sending the data in ASP.NET page?

563


What is the difference between mvc and asp.net? : Asp.Net MVC

474






What are the different methods of session maintenance in asp.net?

535


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

619


What are type/key pairs in client script registration?

559


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1407


Explain server-side scripting?

568


Explain the difference between debug.write and trace.write?

535


What are Authentication and Authorization?

604


List the asp.net validation controls?

522


What is the concepts of globalization and localization in .net?

528


How can we identify that the Page is Post Back?

555