Types of values mode can hold session state in web.config ?
Answer Posted / virendra singh
1) Inproc Mode : where the values are stored in
ASPNET_WP.exe process
2) StateServer : session values are stored in
ASPNET_state.exe Process
3) SQL Server : session values are stored in SQL server
Databases
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the different parts that constitute ASP.NET application?
Can master pages be nested?
what is loosely coupled solution? How it can be used?
Explain culture and uiculture values.
How we implement web farm and web garden concept in asp.net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Give me one example of Web API Routing?
Are cookies stored on server or client?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What does mean by a neutral culture?
What are the disadvantages of view state?
What is Pre-Render event in ASP.NET?
What is difference between session and cookie?
Is viewstate enabled by default?