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
How can we identify that the Page is Post Back?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is a proxy in web service?
How to retrieve user name in case of Window Authentication?
Who can consume WebAPI?
Is asp.net is a programming language?
What is custom attribute? How to create?
What are session state modes? List some of the important session state modes of asp.net.
What is the difference between abstract class vs interface? Can give me the real time examples?
How would you turn off cookies on a page of a website?
Explain asp.net page life cycle?
What is the difference between mvc and asp.net? : Asp.Net MVC
In how many ways we can retrieve table records count?
What is the use of ASP.NET routing?
What is a viewstate?