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 |
What methods are fired during the page load?
How do you define authentication in Web.Config?
whats the purpose of AUTOPOSTBACK property for the controls in asp.net?
What is difference Data List and Data Repeater Control ?
what is silver light when will we use silver light,
Can we throw exception from catch Block?
To call a Web service SOAP which transport protocol you use?
What is CTE in sql server 2005?
What is the default Orientation property in a Menu control?
0 Answers Sans Pareil IT Services,
What do you mean by authentication?
What are the three parts of an http response?
Which template must you provide, in order to display data in a Repeater control?
3 Answers Siebel Systems, Wipro,