About session modes

Answers were Sorted based on User's Feedback



About session modes..

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

About session modes..

Answer / amit

In process and OutProcess

Is This Answer Correct ?    3 Yes 2 No

About session modes..

Answer / devender kumar

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

Post New Answer

More ASP.NET Interview Questions

what is wwf in asp.net?

3 Answers  


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

0 Answers  


what is a .xap file? Explain with an example.

0 Answers  


In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


Where do you store the information about the user?s locale?

2 Answers  






What does asp.net stand for?

0 Answers  


What is the use of autowireup in asp.net?

0 Answers  


What are validator? Name the validation controls in asp.net?

0 Answers  


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?

0 Answers  


How does windows service lifecycle differ from a .standard. Exe?

0 Answers  


Can I tap into other windows livetm services?

0 Answers  


Categories