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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do http sessions work?

508


Can we have 2 web config files?

547


When maintaining session through sql server, what is the impact of read and write operation on session objects?

536


Where is cookie used in asp.net?

578


What are the validation controls available in ASP.NET?

545






What is different in .net 1.1 and .net 2.0?

578


Define the types of configuration files.

536


What is asp.net and ado net?

524


explain code with datachaching with example

1702


Can I stream live content/events?

581


What is asp.net mvc? : asp.net mvc

557


Explain a program using razor view engine to create a simple application? : asp.net mvc

505


What is the concept of postback in asp.net?

592


What is the use of placeholder control? Can we see it at runtime?

573


What New Features comes with ASP.NET Web API 2.0?

545