Answer Posted / skmdali786
To turn off sessions for the ASP Web application at the Web
site level by using IIS 5.1:
1)Click Start, point to Programs, click Administrative
Tools, and then click Internet Information Services.
2)Right-click your Web site, and then click Properties.
3)Click the Home Directory tab.
4)Click Configuration, and then click the Options tab.
5)Click to clear the Enable Session State check box.
Hope it is Clear
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define view state.
What is the adavantage of using ASP.NET routing?
How do I know asp.net mvc version? : Asp.Net MVC
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What is a windows service?
Where the assembly is stored in asp.net?
Which is better viewstate or session?
What is postback and autopostback in asp.net?
To get the values in two different controls to match which control you use it?
What is difference Between Authentication and authorization?
What are the two Layouts supported by a Web form in ASP.NET?
Is it possible to apply themes to an asp.net application? If yes, then how?
From which base class all web forms are inherited?
How do you design a website with multilingual support in ASP.NET ?
What is the exact purpose of http handlers?