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

Which two new properties are added in asp.net 4.0 page class?

0 Answers  


How to handle error while project running on live

2 Answers  


Can you explain architecture of your project ?

0 Answers  


What is the life cycle of web page?

0 Answers  


How To Send Value one page to Another Page On MasterMenu Click ? please Tell Me!

3 Answers   Accenture,






What is the difference between web.config and machine.config in ASP.NET?

0 Answers   Amazon,


Explain login control and form authentication.

0 Answers  


Asp.Net Source :- In my project i have gridview control - item template. Its have asp:button control. my requirement is while click this button i need to display some alert message. Could you please help me which gridview event i need to write source code? Please give me a quick response. Thanks

6 Answers  


What methods are fired during the page load?

1 Answers  


About Usage of server variables ?

2 Answers   Cognizant, CTS,


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


what is purpose of xml control in standard controls of asp.net

1 Answers  


Categories