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 you do client-side validation in .net? How to disable validator control by client side javascript?

744


What is the difference between “Web.config” and “Machine.Config”?

893


What is jade template engine?

787


Why is mvc better than asp.net?

759


What is the difference between response.redirect and server.transfer?

747


What is the main difference between Asp.net and Vb.net?

796


What is the postback property in asp.net?

714


What is .net remoting?

814


What is boxing and unboxing in asp.net?

839


How is a session stored and maintained in asp.net?

731


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

822


How asynchronous call can be implemented using delegates?

769


What is asp.net and how it works?

716


Differentiate between structure and class.

760


What is voluum?

751