Summary
Controls the behavior of ASP when a new request is to be rejected
due to a full request queue. If true
, an .htm file
with a similar name as the requested .asp file, will be sent instead
of the .asp file. The naming convention for the .htm file is the
name of the .asp file with _asp appended. The default is
false
.
Syntax
[TaskAttribute("aspenableasphtmlfallback"), IisProperty]
public bool AspEnableAspHtmlFallback { get; set; }
Attributes
Type |
Description |
TaskAttribute |
|
CreateVirtualDirectory.IisPropertyAttribute |
|
Value