CreateVirtualDirectory.

AspExceptionCatchEnable Property

Summary

Specifies whether ASP pages trap exceptions thrown by components. If set to false, the Microsoft Script Debugger tool does not catch exceptions sent by the component that you are debugging. The default is true.

Syntax

[TaskAttribute("aspexceptioncatchenable"), IisProperty]
public bool AspExceptionCatchEnable { get; set; }

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool