HttpResponse::TrySkipIisCustomErrors Property
.NET Framework (current version)
Gets or sets a value that specifies whether IIS 7.0 custom errors are disabled.
Assembly: System.Web (in System.Web.dll)
The TrySkipIisCustomErrors property is used only when your application is hosted in IIS 7.0. When running in Classic mode in IIS 7.0 the TrySkipIisCustomErrors property default value is true. When running in Integrated mode, the TrySkipIisCustomErrors property default value is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: