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
Explain the difference between overriding and overloading?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is microsoft windows sharepoint services?
What are session and cookies?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Elaborate differentiation between Cache and Application?
What is a session http?
How do u declare static variable and how it is declared and what is its lifetime?
What events will occur when a page is loaded?
What is difference between session and cookies?
How does u get record no from 5 to 15 from a dataset of 100 records?
Explain client side state management system.
When Cookies are expired in ASP.NET?
What is the difference between exe and dll?
How many types of session in ASP.NET