Types of values mode can hold session state in Web.Config?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / wasim
Types of values mode can hold in sesssion state are:
-InProc :-which stores session state in memory on the Web
server. This is the default.
-StateServer :-which stores session state in a separate
process called the ASP.NET state service.
-SQLServer :-stores session state in a SQL Server database.
-Custom :-which enables to specify a custom storage
provider.
-Off :- which disables session state.
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / bala
<sessionstate mode="inproc"> or
<sessionstate mode="stateserver"> or
<sessionstate mode="sqlserver"> or
| Is This Answer Correct ? | 24 Yes | 2 No |
Answer / nilesh lende
View state: values are stored automatically hidden field in
client side
| Is This Answer Correct ? | 5 Yes | 12 No |
Answer / srujana
there r three types of values mode can hold session state
in we.config
<authentication mode="forms">
<authentication mode="windows">
<authentication mode="passport">
| Is This Answer Correct ? | 8 Yes | 57 No |
What does AspCompat="true" mean and when should I use it?
In the context of a comparison, what is object identity versus object equivalence?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
How to upload a file using file upload control inside the Update Panel???
Explain how asp.net different from asp?
Difference between ASP Session and ASP.NET Session?
Why mvc is faster than asp.net? : Asp.Net MVC
how can i inharit multiple classes?
Is there any limit for query string? Means what is the maximum size?
What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.
What is CLR ? Differentiate between CLR & CTS.
What are sessions and cookies?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)