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
How we implement web farm and web garden concept in asp.net?
Where sessions are stored?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is state management technique?
Differentiate strong typing and weak typing
How information about the user's locale can be accessed?
Where code pages are used?
What is work flow gen? how can it will work with .Net?
Does asp.net still recognize the global.asa file?
What is the difference between client-side and server-side validations in webpages?
Which protocol is used to call a web service?
What is the question mark in a url?
What is an axd file?
What is caching? What are different ways of caching in asp.net?
in which protocol ASP.NET WEB API Work?