HttpResponse.TrySkipIisCustomErrors Property

Definition

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.

Applies to