Gets or sets a value that specifies whether IIS 7.0 custom errors are disabled.
Public Property TrySkipIisCustomErrors As Boolean
Dim instance As HttpResponse Dim value As Boolean value = instance.TrySkipIisCustomErrors instance.TrySkipIisCustomErrors = value
public bool TrySkipIisCustomErrors { get; set; }
public: property bool TrySkipIisCustomErrors { bool get (); void set (bool value); }
public function get TrySkipIisCustomErrors () : boolean public function set TrySkipIisCustomErrors (value : boolean)
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.
TrySkipIisCustomErrors is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003