AspNetCompiler.VirtualPath Property

Definition

The virtual path of the application to be compiled. If PhysicalDir is used to locate the application is specified. Otherwise, the IIS metabase is used, and the application is assumed to be in the default site (under "/LM/W3SVC/1/Root").

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ VirtualPath { System::String ^ get(); void set(System::String ^ value); };
public string VirtualPath { get; set; }
member this.VirtualPath : string with get, set
Public Property VirtualPath As String

Property Value

The virtual path of the application to be compiled.

Remarks

If PhysicalPath specified, the physical path is used to locate the application. Otherwise, the IIS metabase is used, and the application is assumed to be in the default site.

Applies to