How many types of session in asp.net2.0
Answer Posted / anand gopal makwa munger
There are two type of session in asp.net2.0
1. inProc Session.
2.OutProc Session(a.StateServer, b.Sql Server).
1. InProc:It is use for locally or we can say it is use for same IIS.
2.OutProc:we know IIS Memory is Limit,OutProc give us facility to bring data from different IIS.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is form submit?
Can we use a static function with a non-static variable?
What is event bubbling?
What is bound controls
How do we access view state value of this page in the next page?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
To add a hyperlink column to the DataGrid which tag is used ?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is special types forms
Explain server side state management system.
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
How is it possible for .NET to support many languages?
What are the different types of validation controls provided in ASP.NET?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?