How many types of session in asp.net2.0
Answer Posted / mallikarjuna
sessions are two types :
they are
1.Inprocess(this is default,and high performence)
2:outprocess
in out proc we have other two types of sessions
they are
*state server
*sql server
these out proc is useful whethr the infrmation is
maintained in between to servers that time only we can use
this sessions.
| Is This Answer Correct ? | 29 Yes | 5 No |
Post New Answer View All Answers
Name the tools or API for developing or testing web api?
What is asp.net architecture?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is application and session in asp.net?
Is it possible to write code in many languages in one asp.net project?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How many languages are supported by .NET at present time?
Write some code using interfaces, virtual methods, and an abstract class`
What is xaml? Are xaml file compiled or built on runtime?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What are the built-in objects in asp.net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is the difference between web.config and machine.config in ASP.NET?
Explain some of the major built-in objects in asp.net
In order to get assembly info which namespace we should import?