Types of values mode can hold session state in Web.Config?
Answer Posted / 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 |
Post New Answer View All Answers
How to change Master page in ASP.Net using code?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is the use of autowireup in asp.net?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
How does the iis work?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
how to write html code with ssl
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Define asp.net caching?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Is asp.net web forms dead?
What is web router?
What is query string? What are its advantages and limitations?
How to bind all the binding controls in a page at once in ASP.NET?
What is application variable in asp.net?