System.Web.Hosting.ApplicationInfo.PhysicalPath Property

Gets the physical path corresponding to the application's root.

Syntax

public string PhysicalPath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ApplicationInfo.PhysicalPath property is the path that was passed to the ApplicationManager.CreateObject(string, Type, string, string, bool) method when the application was created.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0