MapToAspNet Property

MSBuild

Indicates whether Extension should be mapped to the ASP.NET runtime.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property MapToAspNet As Boolean
C#
public bool MapToAspNet { get; set; }
C++
public property bool MapToAspNet sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_MapToAspNet();

/** property */
public void set_MapToAspNet(bool value);
JScript
public function get MapToAspNet() : bool

public function set MapToAspNet(value : bool);

Remarks

When true, ExecutablePath is set to aspnet_isapi.dll in the installation folder of the latest version of the .NET Framework.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.