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
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 |
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 |
Why would a company use an application service provider?
How does the browser enable AutoPostBack functionality?
How do you manage session in ASP and ASP.NET?
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" %>
Why do we use datasource in asp.net?
Is viewstate enabled by default?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
How should I destroy my objects in asp.net?
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....
Can you edit data in the Repeater control?
What is difference between viewstate and session state in javascript?