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
What is use of <% %> in asp.net?
Define globalization and localization.
To display data in a Repeater control which template you provide?
Explain the difference between webfarm and webgardens in .net?
Where session id is stored?
How information about the user's locale can be accessed?
What is ispostback method in asp.net?
Which method is used to force all the validation controls to run?
What is server side routing?
Is it true that a Web service must be written in .NET or not?
What is the difference between stored procedure vs function?
Explain the use of duration attribute of @outputcache page directive.
Describe the differences between the lifecycles of Windows services and Standard EXE?
Explain diff. Between friend and protected friend?
How you will improve web application performance?