HttpResponse.TrySkipIisCustomErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether IIS 7.0 custom errors are disabled.
public:
property bool TrySkipIisCustomErrors { bool get(); void set(bool value); };
public bool TrySkipIisCustomErrors { get; set; }
member this.TrySkipIisCustomErrors : bool with get, set
Public Property TrySkipIisCustomErrors As Boolean
Property Value
true
to disable IIS custom errors; otherwise, false
.
Remarks
The TrySkipIisCustomErrors property is used only when your application is hosted in IIS 7.0 and later. When running in Classic mode, the TrySkipIisCustomErrors property default value is true
. When running in Integrated mode, the TrySkipIisCustomErrors property default value is false
.