This topic has not yet been rated - Rate this topic

Failure Property

IIS 7.0

Gets actions to take when the current application pool fails.

Namespace:  Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
public ApplicationPoolFailure Failure { get; }

Property Value

Type: Microsoft.Web.Administration..::..ApplicationPoolFailure
An ApplicationPoolFailure object that specifies the actions to take when an application pool fails.

You can use the properties and methods of the object returned by this property to configure the failure behavior of the current application pool. To set default values for all application pools on the server, use the ApplicationPoolDefaults object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.