How many types of session in asp.net2.0
Answer Posted / knowledgenet
There are three types of sessions in asp.net:
1.In-process(Default).
2.windows Service(out-proc)
3.SQL server
| Is This Answer Correct ? | 22 Yes | 12 No |
Post New Answer View All Answers
What is difference between ispostback and autopostback in asp net?
How you will improve web application performance?
What is the basic difference between asp and asp.net?
Is there any limit for query string? Means what is the maximum size?
How to use multiple scriptmanager controls in a web page?
How can we provide the WebParts control functionality to a server control?
How you can access the properties and controls of master pages from content pages?
What is meant by asp.net?
Which method is used to perform all validation at the page level?
What is intrinsic objects in asp.net?
What is postback in asp net?
calling result set one procedure to anothar procedure in sql2000
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Explain server control extensibility with reference to asp.net 2.0 ?