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
Why do we use sessions?
In which event of the page life cycle, is the viewstate available?
Apart from IDE what are the enhancements in asp.net 2.0?
What are the validation controls available in ASP.NET?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
How do you identify that the page is postback?
What is app_code folder in asp net?
How do I open an ashx file?
Differentiate globalization and localization.
What is the difference between a cookie and a pixel?
What are sessions and cookies?
How you can stop the validation of ASP.NET controls from client side?
How can you send an email message from an asp.net web page?
What are the options in ASP.NET to maintain state?
What is the advantage of using Windows authentication in a Web application?