ApplicationInfo.PhysicalPath Property

 

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

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

Public ReadOnly Property PhysicalPath As String

Property Value

Type: System.String

The physical path corresponding to the application's root.

The PhysicalPath property is the path that was passed to the CreateObject method when the application was created.

.NET Framework
Available since 2.0
Return to top
Show: