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
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the difference between “Web.config” and “Machine.Config”?
What is jade template engine?
Why is mvc better than asp.net?
What is the difference between response.redirect and server.transfer?
What is the main difference between Asp.net and Vb.net?
What is the postback property in asp.net?
What is .net remoting?
What is boxing and unboxing in asp.net?
How is a session stored and maintained in asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
How asynchronous call can be implemented using delegates?
What is asp.net and how it works?
Differentiate between structure and class.
What is voluum?