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
How should I destroy my objects in asp.net?
Describe a bubbled event and how it is used ?
What is difference between viewstate and session in asp net?
How can we identify that the Page is Post Back?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is dynamic web page with example?
What are the security types in ASP/ASP.NET? Different Authentication modes?
To display data in a Repeater control which template you provide?
What is __ requestverificationtoken?
Which browsers support the xmlhttprequest object?
Explain diff between dataset and datareader?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is difference between asp.net and asp?
Can you explain architecture of your project ?
What are the various session state management options provided by asp.net?