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 are the different web pages?
Difference between response.redirect and server.transfer?
Which is the parent class of the ASP.NET server control?
0 Answers Sans Pareil IT Services,
Write a code for sending an email from asp.net application.
What is three major points in WCF?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is ViewState ? and how it is managed ?
How many object in c# asp .net
Distinguish between Server-side and Client-side code with its functionality?
Where can i get Latest Microsoft .Net Certification Dumps & what Types of .Net Certifications are there?
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
What is the maximum length of textbox