AspNetCompiler.PhysicalPath Property

Definition

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.

Applies to