Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Add Location dialog box enables you to add a new location configuration setting to your Web site. Configuration settings can be applied to specific resources by using a location element with an appropriate path attribute. The path attribute can be used to identify a specific file or child directory to which unique configuration settings apply.
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 Add Location dialog box appears when you click the Add button, which is on the Locations tab in the ASP.NET Configuration Settings dialog box.
To display the ASP.NET Configuration Settings dialog box from IIS Manager
Open the Properties dialog box for the Web application.
Click ASP.NET, click Edit Configuration, and then click Application.
The Add Location dialog box lets you complete the following tasks:
Specify the index (key) of the locations item.
Specify the value of the location being added to the Location configuration list.
UI Elements
Index
Specifies the index (key) of the locations item.Location
Specifies the value of the item being added to list. (For example, the path to a specific file or directory).OK
Applies the new location value you enter into the Location configurations box in the ASP.NET Configuration Settings dialog box. Closes the Add Location dialog box.Cancel
Closes the Add Location dialog box. No changes are written to the Location configurations box.
See Also
Concepts
ASP.NET Configuration Overview