HttpResponse.TrySkipIisCustomErrors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定是否禁用 IIS 7.0 自定义错误。
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
属性值
若要禁用 IIS 自定义错误,则为 true
;否则为 false
。
注解
TrySkipIisCustomErrors仅当应用程序托管在 IIS 7.0 及更高版本中时,才会使用 属性。 在经典模式下运行时, TrySkipIisCustomErrors 属性默认值为 true
。 在集成模式下运行时, TrySkipIisCustomErrors 属性默认值为 false
。