Explain in-proc,out-proc and sql server.
Answer Posted / ranjana tyagi
Inproc- In this the information(session) is stored in
aspnet_wp.exe.Which is lost when the application is closed.
Outproc-outproc statemanagement are state server and sql
server.
sql server- the session is stored in sql server.
state server-The session is stored in aspnet_state.exe.
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
What's new in the .net 2.0 class library?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
define cache memory? : Dot net architecture
how to create applications by using Visual Studio 2012?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
what is inheritancy where u required ?
What is WPF and WCF?
What is cookie less session?
Explain difference between state server and sqlserver? : .NET Architecture
Explain the process of gc?
Explain about clr?
Can you Explain
what are the fundamental and common properties of .net controls?
12. Types of polymorphisem[Run and Design Exp.]