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 describes a query?

0 Answers  


What is role-based security?

1 Answers  


Will the asp.net validators run in server side or client side?

0 Answers  


What is versioning in .NET?

1 Answers   Syntax Softtech, Wipro,


How can you dynamically add user controls to a page?

0 Answers  






What is difference between Server.Transfer and Response.Redirect in ASP.NET?

0 Answers   Sans Pareil IT Services,


To load your generated dataset with data which method do you invoke?

0 Answers   Siebel,


What is redirectpermanent in asp.net?

0 Answers  


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

0 Answers  


Explain automatic memory management in .net.

0 Answers  


What is preprocessor in .net and type, where it use?

0 Answers  


Can the dictionary object be created in client?s scope ?

0 Answers   Satyam,


Categories