ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
web farm .. how does session shuld be stored... if inproc
used? does the session 
persists from one server to other.
 Question Submitted By :: Paritosh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
Answer
# 1
In case of web farm, we can not have in proc session state. 
Session can not be persist from one server to another. we 
have to use the state server or database for session storage
 
Is This Answer Correct ?    8 Yes 1 No
Mandar
 
  Re: web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
Answer
# 2
There are 5 session modes as below,

 void Session_Start(object sender, EventArgs e) 
    {
        // Code that runs when a new session is started
        Session.Mode = SessionStateMode.InProc;
        Session.Mode = SessionStateMode.SQLServer;
        Session.Mode = SessionStateMode.StateServer;
        Session.Mode = SessionStateMode.Custom;
        Session.Mode = SessionStateMode.Off;

    }

These 2 session modes should be used :

Session.Mode = SessionStateMode.SQLServer;
Session.Mode = SessionStateMode.StateServer;
 
Is This Answer Correct ?    2 Yes 0 No
Hozefa
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is a WebService and what is the underlying protocol used in it? Namespace?  1
What are generics? why it is used? architecture of ASP.NET? Satyam4
Which control would you use if you needed to make sure the values in two different controls matched?  1
what is the challenging situation you faced in your career? HP3
what is asp.net  10
One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that? HCL3
In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected  1
In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?  4
What is deference between asp.net, vb.net, c# & j#  2
Differences between VB.Net and C#, related to OOPS concepts CSC5
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code. Lambent4
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation . TCS6
What are validator? Name the Validation controls in asp.net? How do u disable them?  2
How to do Caching in ASP?  1
which event in global.asx that fires for every request of same user? FactorH3
what is uncle aunty file  1
In C#.net application is run on linux michine  3
In a Code-Behind class generally which type of code is found ?  3
Difference between asp and asp.net ? Accenture3
what is Disco?what it will do? Microsoft2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com