Types of values mode can hold session state in Web.Config?

Answers were Sorted based on User's Feedback



Types of values mode can hold session state in Web.Config?..

Answer / monikandan

Session mode in web config fiel

<session mode ='InProc'> or

<session mode ='stateserver'> or

<session mode ='sql server'> or

Is This Answer Correct ?    46 Yes 1 No

Types of values mode can hold session state in Web.Config?..

Answer / wasim

Types of values mode can hold in sesssion state are:
-InProc :-which stores session state in memory on the Web
server. This is the default.
-StateServer :-which stores session state in a separate
process called the ASP.NET state service.
-SQLServer :-stores session state in a SQL Server database.
-Custom :-which enables to specify a custom storage
provider.
-Off :- which disables session state.

Is This Answer Correct ?    26 Yes 2 No

Types of values mode can hold session state in Web.Config?..

Answer / bala

<sessionstate mode="inproc"> or
<sessionstate mode="stateserver"> or
<sessionstate mode="sqlserver"> or

Is This Answer Correct ?    24 Yes 2 No

Types of values mode can hold session state in Web.Config?..

Answer / murugavel

custom
inproc
off
sqlserver
stateserver

Is This Answer Correct ?    13 Yes 6 No

Types of values mode can hold session state in Web.Config?..

Answer / nilesh lende

View state: values are stored automatically hidden field in
client side

Is This Answer Correct ?    5 Yes 12 No

Types of values mode can hold session state in Web.Config?..

Answer / srujana

there r three types of values mode can hold session state
in we.config
<authentication mode="forms">
<authentication mode="windows">
<authentication mode="passport">

Is This Answer Correct ?    8 Yes 57 No

Post New Answer

More ASP.NET Interview Questions

What is the use of service provider?

0 Answers  


what is command line compiler.what are the steps and how it is related to debugging.

0 Answers  


HI, I have a very important query in mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for more then a year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.

1 Answers   CTS,


Explain Authentication mechanism in dotnet

0 Answers   BirlaSoft,


How would you implement inheritance using c#?

0 Answers  






1. What is Connection Pooling…? 2. Maintaining Sessions in ASP.NET 3. ASP.NET page lifecycle. 4. Can we store objects in sessions. 5. What is AJAX..? 6. Serialization/Deserialization. Why we use serialization and Deserialization…? 7. What are Arrays and Arraylist..? 8. Difference between Authentication and Authorization…? 9. Difference between abstract class and Interfaces 10. What is a view..? Does a view contain data..? 11. What are triggers..? 12. What are transactions..? 13. What is Metaview (oracle)..? 14. What is Inheritance..? How can we call a method from the base class..? 15. Can an abstract class have zero abstract methods..? 16. How to read from Message Queue..? 17. What is Metadata..? 18. You would prefer to have business logic in c# or DB Side..? Why…?

1 Answers   Franklin Templeton, Sky InfoTech,


How many Language support in ASP.NET?

11 Answers   TCS,


Explain the advantages of passport authentication.

0 Answers  


What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?

2 Answers   USi,


What are the difference between function and stored procedure in .net programming language?

0 Answers  


What is the page life cycle in asp.net?

0 Answers  


What is data caching?

0 Answers  


Categories