What are the different modes for the sessionstates in the
web.config file?

Answers were Sorted based on User's Feedback



What are the different modes for the sessionstates in the web.config file?..

Answer / lavanya

Session states are 3 types
1.Inproc : Session state is maintained in memory of application
2.OutProc : Session state is maintained in separate process
called stateserver
3.Sql server: Session state is maintained at sql server.

Is This Answer Correct ?    0 Yes 0 No

What are the different modes for the sessionstates in the web.config file?..

Answer / p.ramakrishna

Off:Indicates that session state is not enabled.
Inproc:Indicates that session state is stored locally.
StateServer:Indicates that session state is stored on a
remote server.
SQLServer:Indicates that session state is stored on the SQL
Server.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

How to use push notification?

0 Answers   MCN Solutions,


How do you trap errors in ASP and how do you invoke a component in ASP ?

1 Answers   Cognizant,


How do you use viewstate?

0 Answers  


Describe the events in the life cycle of a web application.

0 Answers  


What is asp.net version?

0 Answers  






What are the main components of the ADO object model? How are they used?

2 Answers   HCL, Syntax Softtech,


Explain what a diffgram is, and a good use for one?

2 Answers  


What are the various ways to send content from one page to another?

0 Answers  


What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?

1 Answers  


What are server-side comments in ASP.NET?

0 Answers   Winsol Solutions,


when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles

0 Answers  


What is difference between singleton and single call?

0 Answers  


Categories