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 are the disadvantages of view state / what are the benefits?

2 Answers   Siebel Systems,


why should i use FormsAuthentication.RedirectFromLoginPage (); Method in Form Authentication?Without using this method also it's good??

2 Answers  


Why viewstate is used in asp.net?

0 Answers  


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

0 Answers  


what is uncle aunty file

1 Answers  






Explain the main function of razor in asp.net? : asp.net mvc

0 Answers  


What is clr? Difference between clr & cts?

0 Answers  


What is the difference between page directive include and action tag include?

0 Answers  


What is active web page?

0 Answers  


What is an example of an application service provider?

0 Answers  


How many types of page.

5 Answers   TCS, Verinon Technology Solutions,


What is the concept of postback in asp.net?

0 Answers  


Categories