AspLogErrorRequests Property

MSBuild

The AspLogErrorRequests property controls whether the Web server writes ASP errors to the application section of the Windows event log. ASP errors are written to the client browser and to the IIS log files by default.


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

Syntax

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

/** property */
public void set_AspLogErrorRequests(bool value);
JScript
public function get AspLogErrorRequests() : bool

public function set AspLogErrorRequests(value : bool);

Property Value

Value indicating if AspLogErrorRequests is enabled or disabled.

See Also

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