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 asp.net, how can you validate drop down box?
Explain managed code an un-managed code.
What is content place holder?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is query string? What are its advantages and limitations?
What is the full form of asp.net?
How to turn off cookies for a page?
Why do we use sessions?
Who is using asp.net?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is user control in asp.net?
Define what is razor? : asp.net mvc
How do sessions work?
How Can assign alias name for ASP.NET Web API Action?
Is asp.net mvc front end or backend? : Asp.Net MVC