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 the orientation property do in a menu control?
Where would you use an ihttpmodule, and what are the limitations if any?
What is Web API Routing?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is CTE in sql server 2005?
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.
How can u handle Exceptions in Asp.Net?
Does asp.net still recognize the global.asa file?
Explain the function of new view engine in asp.net? : asp.net mvc
What is the lifespan for items stored in ViewState?
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
how to retrieve data using web services in asp.net pls give me the code and explain me briefly
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)