How many types of session in asp.net2.0
Answer Posted / vivek
1.In Proc (bydefault, highest performance)
2. out Proc/state server(differe dedicated server)
3. SQL server(Reside in mssql databse)
| Is This Answer Correct ? | 22 Yes | 14 No |
Post New Answer View All Answers
What is the difference between client-side and server-side validations in ASP.NET?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How ViewstateMac works?
What is the extension of master page in asp.net?
How to deploy/publish webservices?How many ways?Plz explain me
What is application Object?
How you will handle session when deploying application in more than a server?
What is a multilingual website?
Explain login controls.
Explain the difference between panel and groupbox classes using .net?
What is page fragment caching?
Is razor a programming language?
What does postback mean?
What are the event handlers that we can have in global.asax file?
Difference between application events and session events