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

Breifly explain about stack and heap memory Managemet?

2 Answers  


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


What is operator overloading in dotnet

1 Answers  


Explain difference between dataset and recordset?

0 Answers  


Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,






What is a master page and what does it do?

0 Answers  


What is the best Macanism to clear the Cache in asp.net

0 Answers   MCN Solutions,


If you have to replicate a set of controls(UI) across a number of web pages, what will you do

1 Answers  


Explain ViewState?

0 Answers   QuestPond,


What base class do all Web Forms inherit from?

1 Answers  


What is authorization in asp.net?

0 Answers  


By default what is the Asp.Net application login context on IIS 5.0? By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service

0 Answers  


Categories