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
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is data control in asp.net?
Define view state.
What is difference Between Authentication and authorization?
What are the elements of a website?
What is the difference between web.config and machine.config in ASP.NET?
Why is mvc better than asp.net?
What are the server control tags in asp.net.?
Explain an object, class and method.
Explain the asp.net session state modes.
Can you dynamically assign a Master Page?
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?
Mention the execution process for managed code?
What is the purpose of session management?
Differentiate between early binding and late binding.