How you will handle session when deploying application in
more than a server? Describe session handling in a webfarm,
how does it work and what are the limits?

Answers were Sorted based on User's Feedback



How you will handle session when deploying application in more than a server? Describe session hand..

Answer / sudhir kunnure

one session woking only opening web application,this
session no any itraction if there are opeing multiple same
web applications.

Is This Answer Correct ?    1 Yes 0 No

How you will handle session when deploying application in more than a server? Describe session hand..

Answer / sravan chitikesi

only one session is enough to handle more than one or one
webapp....
but the priority is given as First come first serve,.

Is This Answer Correct ?    1 Yes 0 No

How you will handle session when deploying application in more than a server? Describe session hand..

Answer / sundherrajan

State Server aspnet_state.exe
Sql Servet

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Why would a company use an application service provider?

0 Answers  


How does the browser enable AutoPostBack functionality?

2 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


How to Separate background image and front image from original picture....

0 Answers   Sans Pareil IT Services,


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


Why do we use datasource in asp.net?

0 Answers  


Is viewstate enabled by default?

0 Answers  


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

0 Answers  


How should I destroy my objects in asp.net?

0 Answers  


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

0 Answers   webdirekt,


Can you edit data in the Repeater control?

4 Answers   Siebel Systems,


What is difference between viewstate and session state in javascript?

0 Answers  


Categories