Explain the scenario where we go for inpro and outpro session?
Answer Posted / aslam
In Proc mode is usefull for small application which can be
hosted on single server. This mode is most common and
default method to store session information. session data
is stored in memory of local web server. it is not ideal
for web farms and web gardens
Out of proc mode is ideal for scalable and highly
avialble application. it supports web farm and web gardens.
session state is held in process called aspnet_state.exe
that runs as a windows service.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is Cookies Less Session?
What is app_code folder in asp net?
What are the session variables?
Where sessions are stored in asp.net?
Explain login control and form authentication.
What are the cookies types in asp.net?
Can a master page have more than one contentplaceholder?
Can you change a master page dynamically at runtime? How?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is asp.net caching?
What is session management in web application?
What is paging in context of Memory?
Explain Life cycle of ASP.NET page when a request is made.
What are the different validators in asp.net?