AspNetCompiler.PhysicalPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The physical path of the application to be compiled. If physicalDir is missing, the IIS metabase is used to locate the application.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ PhysicalPath { System::String ^ get(); void set(System::String ^ value); };
public string PhysicalPath { get; set; }
member this.PhysicalPath : string with get, set
Public Property PhysicalPath As String
Property Value
The physical path of the application to be compiled.
Remarks
If this property is missing, the IIS metabase is used to locate the application.