Types of values mode can hold session state in web.config ?
Answer / 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 |
What is authentication in asp.net?
What are the different types of validation controls in asp.net?
Differentiate between file-based dependency and key-based dependency.
How is my content secured from unauthorized access?
How do cookies work? Give an example of their abuse.
What are different types of api?
difference between Trace and Debug ?
2 Answers Accenture, HCL, Patni,
Where web.config file is used?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
How u refer webservices?
How would you implement inheritance using VB.NET/C#?
what is assembly?