Disable Session State at the Application Level
Answers were Sorted based on User's Feedback
Answer / skmdali786
**
The following steps demonstrate how to disable
session state at the Application level, which affects all
pages in the application:
Start Microsoft Visual Studio .NET, and create a new ASP.NET
Web Application.
In Solution Explorer, double-click Web.config to view the
contents of this file.
Locate the <sessionState> section, and set the mode value to
Off.
Save the file and/or the project to disable session state
throughout all pages in the application.
Is This Answer Correct ? | 6 Yes | 0 No |
Go to Web.Config file under the <system.web>
use the tag <sessionstate mode="off"> then we restrict the
session state in entire project
Is This Answer Correct ? | 3 Yes | 0 No |
Explain the advantages of caching?
Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process
1 Answers HCL, Siebel Systems, Visual Soft,
What is asp.net used for?
Describe and In Process Vs Out of Process component. Which is faster?
What is difference between web config and global asax?
What are the types of session in asp.net?
When was asp.net released?
What are the differences between clr & cts?
Explain the differences between managed and unmanaged code?
Types of caching. How to implement caching?
What is the difference between a.Equals(b) and a == b?
What are the differences between Trace and Debug?