What are the different types of Session state management
options available with ASP.NET?
Answer / ganesh
ASP.NET provides In-Process and Out-of-Process state
management. In-Process stores the session in memory on the
web server. This requires the a "sticky-server" (or no
load-balancing) so that the user is always reconnected to
the same web server. Out-of-Process Session state
management stores data in an external data source. The
external data source may be either a SQL Server or a State
Server service. Out-of-Process state management requires
that all objects stored in session are serializable.
| Is This Answer Correct ? | 8 Yes | 0 No |
How do you create a master page?
What are the Types of objects in ASP
How ViewstateMac works?
What is mvc in asp.net tutorial? : Asp.Net MVC
what are the differences between windows services and web services?
what is diffrent between asp & asp.net
When would you set this property to false?
How many types of sessions are there in asp net?
What are the two properties that are common in every validation control?
What is Fragment Caching in ASP.NET?
2 Answers MCN Solutions, pspl, Wipro,
What are resource file and how do we generate resource file?
Describe the difference between inline and code behind?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)