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   To Refer this Site to Your Friends   Click Here
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
What is the use of sessionstate tag in the web.config file?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the use of sessionstate tag in the web.config file?
Answer
# 1
Configuring session state: Session state features can be 
configured via the <sessionState> section in a web.config 
file. To double the default timeout of 20 minutes, you can 
add the following to the web.config file of an application:
<sessionState
timeout="40"
/>
 
Is This Answer Correct ?    4 Yes 0 No
P.ramakrishna
 
  Re: What is the use of sessionstate tag in the web.config file?
Answer
# 2
SessionState tag is used to define session attributes.
One very important is Mode which can have values: "state 
server", "SqlServer", "InProc"; depending how you want to 
preserve session state.
"State server" is used if you want the state to be 
preserved in other server.
"SqlServer" is used if you want the state to be preserved 
on a SQL database.
"InProc" is used if you want the state to be preserved in 
the same process where the asp.net page is running.

Other attributes that are also included for the 
SessionState tag are: ConnectionString, 
SqLConnectionString, userId, password, cookiless, tiemout.

 if the session state is going to be preserved in other 
server, or can be ""SqlServer" if session state is going to 
be preserved in a SQL database
 
Is This Answer Correct ?    4 Yes 0 No
Eduardo Belmonte
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What are runtime hosts? Microsoft1
About dataset and data mining ? Cognizent1
How ASP and ASP.NET page works.  1
What is the difference between a Stored procedure and function?  6
how to get the vb6.0 COM Component in to the .Net application? iSoft3
In the context of a comparison, what is object identity versus object equivalence?  1
How do you add a javascript function for a link button in a datagrid? Microsoft2
What is deff. saop and disco?  1
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager? Infosys1
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control. Syntax-Softtech2
I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i want the validator run only when i click save button, don't validate cancel button , what to do? eMids5
what is diference between the .net1.0 & .net2.0 ? EMax2
What is reflection and disadvantages of reflection ? Microsoft1
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design? KPIT1
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP  3
Asp.net - How to find last error which occurred? Abacus1
In this case if exception occure in Database which catch block will be exexcuted? Microsoft1
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?  1
what is the MSIL assembler do?  1
Create the Output by mearging 2 tables and taking common column sid from both you should not use database create table and data in it Randomly table 1 sid sname saddress 1 sa ampt 2 na hyd 3 ha hyd table 2 sid dno dname 1 12 stats 2 23 phy 3 12 stats OutPUt sid sname saddress did dname 1 sa ampt 12 stats 2 na hyd 23 phy 3 ha hyd 12 stats  1
 
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