About session modes
Answers were Sorted based on User's Feedback
Answer / jsureshdotnet
Ans:
Inproc(Session stored inside the asp.net worker processor)
StateServer(aspnet_state.exe)
SqlServer(InstallSqlState.sql or InstallPersistSqlState.sql)
Is This Answer Correct ? | 8 Yes | 2 No |
Sessions can be (1)InProc and (2)OutProc
InProc Sessions are stored in Woker process while OutProc
Sessions are stored in database.
Is This Answer Correct ? | 2 Yes | 3 No |
what is wwf in asp.net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
what is a .xap file? Explain with an example.
In this case if exception occure in Database which catch block will be exexcuted?
Where do you store the information about the user?s locale?
What does asp.net stand for?
What is the use of autowireup in asp.net?
What are validator? Name the validation controls in asp.net?
What is the default Orientation property in a Menu control?
0 Answers Sans Pareil IT Services,
Explain the difference between an exe and a dll?
How does windows service lifecycle differ from a .standard. Exe?
Can I tap into other windows livetm services?