How many types of session in asp.net2.0
Answer Posted / jigar
two Types:
(1) Session InProc:
INProc
(2) session OutProc:
State Server
Sql Server
| Is This Answer Correct ? | 32 Yes | 5 No |
Post New Answer View All Answers
What are the differences between the response.write() and response.output.write()?
What is a viewstate?
Which namespace is used by ado.net?
Explain the difference between asp and asp.net?
Securitywise What are the Enhancements in 2.0?
How does session state work in asp.net?
What is state management in asp.net with example?
What is redirectpermanent in asp.net?
Explain the boxing and unboxing concept in .net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
How to do state management in ASP.NET?
What is applicatio domain?
Describe session handling in a webfarm, how does it work and what are the limits?
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?