Types of values mode can hold session state in Web.Config?

Answers were Sorted based on User's Feedback



Types of values mode can hold session state in Web.Config?..

Answer / monikandan

Session mode in web config fiel

<session mode ='InProc'> or

<session mode ='stateserver'> or

<session mode ='sql server'> or

Is This Answer Correct ?    46 Yes 1 No

Types of values mode can hold session state in Web.Config?..

Answer / wasim

Types of values mode can hold in sesssion state are:
-InProc :-which stores session state in memory on the Web
server. This is the default.
-StateServer :-which stores session state in a separate
process called the ASP.NET state service.
-SQLServer :-stores session state in a SQL Server database.
-Custom :-which enables to specify a custom storage
provider.
-Off :- which disables session state.

Is This Answer Correct ?    26 Yes 2 No

Types of values mode can hold session state in Web.Config?..

Answer / bala

<sessionstate mode="inproc"> or
<sessionstate mode="stateserver"> or
<sessionstate mode="sqlserver"> or

Is This Answer Correct ?    24 Yes 2 No

Types of values mode can hold session state in Web.Config?..

Answer / murugavel

custom
inproc
off
sqlserver
stateserver

Is This Answer Correct ?    13 Yes 6 No

Types of values mode can hold session state in Web.Config?..

Answer / nilesh lende

View state: values are stored automatically hidden field in
client side

Is This Answer Correct ?    5 Yes 12 No

Types of values mode can hold session state in Web.Config?..

Answer / srujana

there r three types of values mode can hold session state
in we.config
<authentication mode="forms">
<authentication mode="windows">
<authentication mode="passport">

Is This Answer Correct ?    8 Yes 57 No

Post New Answer

More ASP.NET Interview Questions

How will you do Redo and Undo in a TextControl?

0 Answers  


How to store a dataset in a viewstate?

3 Answers   IBM,


Difference between Array and ArrayList? How Array is benifitful than ArrayList?

3 Answers   Tech Mahindra,


In a Repeater control how one can provide an alternating color scheme ?

0 Answers   Siebel,


How to display Alert in ASP.NET

0 Answers   HCL,






How do you create a permanent cookie?

2 Answers  


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

0 Answers   Wipro,


What is the use of worker process in asp.net?

0 Answers  


What is the difference between typeof() vs gettype()?

0 Answers  


To get the values in two different controls to match which control you use it?

0 Answers   Siebel,


What is a SESSION and APPLICATION object?

0 Answers  


Why is mvc better than asp.net?

0 Answers  


Categories