Explain the scenario where we go for inpro and outpro session?
Answers were Sorted based on User's Feedback
Answer / umamahesh
inpro means in process , acutually sessions variables are
by default store in inpro that means sessions variables are
stored in current process, outproc means sessions variables
are store in sql database.......
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / 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 |
Answer / tanveer
web Application is statless ,no state is maintained between
browser ans server , many ways are there to maintain state
on server or/and clent ,session is one of the most
important object to maintain state on server side .
Session can be stored on three different physical space,
1)on the same location were the application run i.e. in the
same process in worker process. which is known as inproc
In which form authentication can work and session_end
function does work in global.asax file.
inproc is the fastest way ,
but it gets referesh when iis recycle or restarted and data
lost.
2) out proc is the another way to store session on another
location (server) .
3) sql server state session is storedon sql server data
table
| Is This Answer Correct ? | 0 Yes | 1 No |
Can we throw exception from catch Block?
What is a swagger in web api?
Webconfig file is cofiguration of server or browser?
What are the different types of validation controls provided in ASP.NET?
0 Answers Sans Pareil IT Services,
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What's the use of formatters in .net?
What is query string? What are its advantages and limitations?
What is the use Membership in asp.net? and What is the use profiler in asp.net?
Explain the asp.net mvc folder conventions? : asp.net mvc
What is JIT and how is works ?
How does http session work?
Types of store procedure in Sqlserver?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)