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 session in asp.net?
What are the merits and demerits of viewstate?
How many types of session state management options available in asp.net?
How can we call webservices in Banking Applications? and where we are using it?
Explain the components of web form in asp.net
Explain the steps to be followed to use passport authentication.
What is the meaning of TestApi?
What is a postback in asp net?
What is data grid view in asp.net?
What are the authentication types in asp.net?
Explain the path instructions in xaml?
Explain server control extensibility with reference to asp.net 2.0 ?
Is asp.net 64-bit enabled? How?
Is asp.net a language?
What is a ashx file?