State Management Tab, ASP.NET Configuration Settings Dialog Box
The State Management tab of the ASP.NET Configuration Settings dialog box lets you manage state and page information over multiple requests for the pages in the current Web site. ASP.NET session state lets you store and retrieve values for a user account as the user navigates the different ASP.NET pages that make up a Web application. The State Management tab lets you configure how and where the values are stored.
Note |
|---|
The MMC snap-in for ASP.NET works with IIS 6.0 or earlier. The IIS 7.0 administration tool includes the functionality of the ASP.NET MMC tool. For more information, see ASP.NET and IIS Configuration. |
The settings that you make on the State Management tab apply to the Web site that you selected before opening the Properties dialog box.
Note |
|---|
Configuration settings can be inherited. Settings can be defined in the Machine.config file, which acts as the base configuration for all Web sites on the server. For more information about ASP.NET configuration files, see ASP.NET Configuration File Hierarchy and Inheritance. |
To display the State Management tab of the ASP.NET Configuration Settings dialog box
In Microsoft Windows, click Start, point to All Programs, point to Administrative Tools, and then click Internet Information Services (IIS) Manager.
IIS Manager appears.
Under Internet Information Services, expand Servername (local computer), expand Web Sites, right-click either Websitename or Default Website, and then click Properties.
The Web Site Properties dialog box appears.
Click the ASP.NET tab, and then click Edit Configuration.
The ASP.NET Configuration Settings dialog box appears.
Click the State Management tab.
Note