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 string PhysicalPath { get; set; }

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