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
What is localhost in asp.net?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Can one dll file contains the compiled code of more than one .net language?
Is it possible to change the index of primary key on table?
Explain how can you debug your .net application?
What are the authentication types in asp.net?
what is AutoEventWireUp and what is the use of This property explain in details?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
How do we sort the data from a dataset?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How would you turn off cookies on a page of a website?
How to create events for a control?
Why is it preferred to not use finalize for clean up?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is directive in asp net?