Types of values mode can hold session state in Web.Config?
Answer Posted / 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 |
Post New Answer View All Answers
Which is better session or viewstate?
Can we store object in viewstate?
What is the difference between client-side and server-side validations in webpages?
Where sessions are stored in asp.net?
What describes a query?
What is asp net application object?
How is it possible for .NET to support many languages?
Which method is used to force all the validation controls to run?
What is page request in asp.net?
Why do we need url encoding?
What is cookies in asp net?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
when a request is made in Life cycle of ASP.NET page .
What is a gridview in asp.net?