Difference between ASP & ASP.NET Session State
Answer / skmdali786
ASP:
1)ASP 's Session State was stored in the same process that
hosts ASP.
2)for different web servers, each Web server had its own
session state.
There was a problem in sharing session states in a web farm
situation.
3)No support for Cookieless sessions.
4)No web.config files for configuring the session state.
ASP.NET:
1)ASP.NET 's Session State is stored in the same process
that hosts ASP.net(default)
It can also be stored out of process in an sql server
database or a state server
2)different web servers can easily share the session state
using the appropriate
configurations.
3)Supports Cookieless sessions.(<sessionState
cookieless=true/>) in web.config file.
SessionId is visible in the browser.
4)uses web.config files for configuring the seesion state.
| Is This Answer Correct ? | 8 Yes | 2 No |
How can we prevent an aspx page get refreshed when any information fetch from the database ?
hi guys do u know how to go one page to one page to another page plz tell me any of u know
Do you know using sql cache invalidation?
WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID
What is .net framework and what are the main components of it?
Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?
What is the difference between login controls and forms authentication?
Elaborate differentiation between ViewState and SessionState?
COM+ Used ________________ Isolation Level
Explain the Session state management options available with ASP.NET?
hi everyone. can anyone send me wipro interview questions on .net. plz its urgent
If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?
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)