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


Please Help Members By Posting Answers For Below Questions

What are the merits and demerits of viewstate?

582


What is validation in asp.net?

552


Explain the advantages of asp.net.

544


What is the difference between a cookie and a pixel?

485


Is react a template engine?

525






What is AutoEventWireup attribute for ?

602


What is a response cookie?

612


How is it possible for .NET to support many languages?

308


Which library is used by the testers and developers to develop automated tests and create testing tools?

548


What is route in web api?

535


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

543


What are the differences between the response.write() and response.output.write()?

538


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

520


Why we use asp.net for website development?

499


How many languages are supported by .NET at present time?

287