How many types of session in asp.net2.0
Answer Posted / prem
There are four types of session state in asp.net 2.0
1. In proc session
2. Out Proc session
3.Web Farm
4. Web Garden
| Is This Answer Correct ? | 20 Yes | 82 No |
Post New Answer View All Answers
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are the difference between function and stored procedure in .net programming language?
What is a multilingual website?
Explain the Order of events in an asp.net page?
What is a viewstate?
Explain different types of validators in asp.net?
What is sdlc process?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is the use of worker process in asp.net?
Explain the different parts that constitute ASP.NET application?
What is scope of an application variable in asp.net?
How does session state work in asp.net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
how to transfer the file from client to server using asp.net