GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0
Go To First  |  Previous Question  |  Next Question 
 ASP.NET 2.0  |  Question 57 of 161    Print  
Describe session handling in a webfarm, how does it work and what are the > limits

  
Total Answers and Comments: 2 Last Update: February 07, 2006   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: wasim khan
 
session handling in a webfarm use the outprog Session.

Above answer was rated as good by the following members:
shramika.kanekar, subamca
October 19, 2005 05:03:28   #1  
wasim khan        

RE: Describe session handling in a webfarm, how does i...
session handling in a webfarm use the outprog Session.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
February 07, 2006 08:30:45   #2  
Praveen Kumar        

RE: Describe session handling in a webfarm, how does i...
State Server is used for handling sessions in a web farm. In a web farm make sure you have the same in all your web servers. Also make sure your objects are serializable. For session state to be maintained across different web servers in the web farm the Application Path of the website (For example \LM\W3SVC\2) in the IIS Metabase should be identical in all the web servers in the web farm
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

Latest Answer : Classic ASP uses inline code. HTML and asp code are embedded in the same file. (.asp)One of the enhancements in ASP.NET framework is seperation of HTML code (UI) and the code behind that web page (.cs file). This is easier to maintain and ...

Latest Answer : State Server is used for handling sessions in a web farm. In a web farm, make sure you have the same in all your web servers. Also, make sure your objects are serializable. For session state to be maintained across different web servers in the web farm, ...

Latest Answer : Session.Contents.Remove( variable ) is the session fuction to remove one item from the contents Session.Contents.RemoveAll will ...

Latest Answer : 1) Sessions may change from user to user - Cache will be applicable to the entire application through out it's life cycle2) Sessions will maintain state for a specific user - Cache will not maintain state 3) Sessions may not improve performance - Cache ...
Read Answers (1) | Asked by : Rajesh Thakur

Latest Answer : Application running on single server that has multiple CPU is called Web gardenApplication Running on Multiple Web Severs is called Webfarm ...

What is the difference between View State, Session State and Hidden Variables?In which scenario we use each of them?
Read Answers (3) | Asked by : hsarvani

What is Specific Difference Between Session.Abandon();andSession.Kill();Note: Because Microsoft has a big logic to give two method for different work not for same work.

The treeview in my page works fine as a menu in VS 2005 local in my machine , but when I publish my web site the attribute HoverNodeStyle doesn't work, doesn't change the color and neither underline 
Latest Answer : I don't understand your answer. The data is displaying hierarchically in the control in my PC as a menu, but in the server where this web is installed some features are showing but this attribute don't. Thank you for answer me and could you be ...

i want to know whether session object is accessible in web farm and web garden. Similarly if application object is accessible in webfarm and web garden 
Latest Answer : Web farms means many Application of Multiple server on different location on the world.for example: www.yahoo.in, www.yahoo.uk Web Gardens means many application of single server.for example www.mail.yahoo.com, www.chat.yahoo.com ...

Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it 
View Question | Asked by : umesh_20012


 Sponsored Links

 
Related Articles

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

ODP.NET - Handling Nulls when Working with OracleDataReader

ODP NET Handling Nulls when Working with OracleDataReader When we work with OracleDataReader or for that matter even with data rows in a data table we may come across nulls The following is the efficient way to deal in with such scenarios mosgoogle geshibot language VB NET" create connect
 

ODP.NET - Handling Nulls when Executing with ExecuteScalar

ODP NET Handling Nulls when Executing with ExecuteScalar The most important issue to remember is that ExecuteScalar simply returns an object type of data The object refers to any data type within NET If the data type of your variable matches with the type of object returned by ExecuteScalar an impli
 

How EDI work with XML

How EDI work with XML EDI and XML systems have been seen as the opportunity to create a holistic approach to data information exchange that can deliver and process simple durable and effective business transactions by electronic means To achieve this methods must be employed that are not only of val
 

C++ String Representation and Handling

C String Representation and Handling In this C tutorial you will learn about string representation and handling how is string represented end string notation initializing char array character representation string literals example programe to understand the character array concept and the accessing
 

String handling functions

What is the string handling functions present in header file <string.h>? There are number of string handling functions present in string.h. In other words if a programmer uses any of the function present in string.h then they must include the header file as #include <string.h&am
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

JavaScript Exception Handling – Part II

JavaScript Exception Handling Part II In this JavaScript tutorial you will learn about exception handling viz try… catch finally statement and nested try… catch statements along with syntax and examples mosgoogle center try… catch finally Statement JavaScript has a
 

JavaScript Exception Handling – Part I

JavaScript Exception Handling Part I In this JavaScript tutorial you will learn about Exception Handling Catching errors in JavaScript Using try catch statement and throw in JavaScript along with syntax and examples mosgoogle center It is impossible for a programmer to write a program without erro
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape