VirtualDirectory
VirtualDirectory
VirtualDirectory
VirtualDirectory
Class
Definition
Defines methods and properties that are common to all virtual directories in IIS 7.
public ref class VirtualDirectory sealed : Microsoft::Web::Administration::ConfigurationElement
public sealed class VirtualDirectory : Microsoft.Web.Administration.ConfigurationElement
type VirtualDirectory = class
inherit ConfigurationElement
Public NotInheritable Class VirtualDirectory
Inherits ConfigurationElement
- Inheritance
-
VirtualDirectoryVirtualDirectoryVirtualDirectoryVirtualDirectory
Remarks
A virtual directory is a directory name specified in IIS that maps to a physical directory. In IIS 7, each Web application has a root virtual directory that maps the Web application to the physical directory that contains the Web application's content. However, an application may have additional virtual directories. All virtual directories for an application can be accessed through the VirtualDirectories property of the Application object.
Properties
Attributes Attributes Attributes Attributes |
Gets a configuration attribute collection that contains the list of attributes for this element. (Inherited from ConfigurationElement) |
ChildElements ChildElements ChildElements ChildElements |
Gets all the child elements of the current element. (Inherited from ConfigurationElement) |
ElementTagName ElementTagName ElementTagName ElementTagName | Inherited from ConfigurationElement |
IsLocallyStored IsLocallyStored IsLocallyStored IsLocallyStored |
Gets a value indicating whether the configuration element is stored in a particular configuration file. (Inherited from ConfigurationElement) |
Item[String] Item[String] Item[String] Item[String] |
Gets or sets an attribute with the specified name. (Inherited from ConfigurationElement) |
LogonMethod LogonMethod LogonMethod LogonMethod |
Gets or sets the authentication method that the virtual directory uses to access the configured physical location. |
Methods Methods Methods Methods |
Gets a collection of methods for the configuration element. (Inherited from ConfigurationElement) |
Password Password Password Password |
Gets or sets the password that the virtual directory uses to access its configured physical location. |
Path Path Path Path |
Gets or sets the virtual path of the virtual directory relative to its parent. |
PhysicalPath PhysicalPath PhysicalPath PhysicalPath |
Gets or sets the physical location of the virtual directory to use. |
RawAttributes RawAttributes RawAttributes RawAttributes | Inherited from ConfigurationElement |
Schema Schema Schema Schema |
Gets the schema for the current element. (Inherited from ConfigurationElement) |
UserName UserName UserName UserName |
Gets or sets the user name that the virtual directory uses to access its configured physical location. |
Methods
Applies to
Feedback
Loading feedback...