Answer Posted / 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 |
Post New Answer View All Answers
How do u optimize a query in asp.net?
Explain asp.net application life cycle?
How response object is related to asp's response object?
What is bson in web api?
What is the concept of view state in asp.net?
What are validator? Name the validation controls in asp.net?
Is asp.net free?
What is cross page posting? How is it done?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is redirecting behavior?
From which base class all web forms are inherited?
Explain the differences between managed and unmanaged code?
How can we create pie chart in asp.net?
What is GAC in ASP.NET 2.0
Name the tools or API for developing or testing web api?