What are the different modes for the sessionstates in the
web.config file?
Answers were Sorted based on User's Feedback
Answer / lavanya
Session states are 3 types
1.Inproc : Session state is maintained in memory of application
2.OutProc : Session state is maintained in separate process
called stateserver
3.Sql server: Session state is maintained at sql server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / p.ramakrishna
Off:Indicates that session state is not enabled.
Inproc:Indicates that session state is stored locally.
StateServer:Indicates that session state is stored on a
remote server.
SQLServer:Indicates that session state is stored on the SQL
Server.
| Is This Answer Correct ? | 0 Yes | 3 No |
Is overloading possible in web services?
Difference between singleton and singlecall.
What is the main difference between Asp.net and Vb.net?
in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview
What is the use of HttpHandlers? When to use this?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How will you load dynamic assembly? How will create assesblies at run time?
How to sign out from forms authentication?
Define common type system?
Why is string called immutable data type?
What is syntax code to send email from an asp.net application?
when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles
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)