Web site configuration related failure: Either the network endpoint for the site's IP address could not be created, or the IP listen list for HTTP.sys did not contain any usable IP addresses. The site has been deactivated.

Web_site_configuration_related_failure__Either_the_network_endpoint_for_the_site_s_IP_address_could_not_be_created_or_the_IP_listen_list_for_HTTP_sys_did_not_contain_any_usable_IP_addresses__The_s_6_Rule.Monitor (UnitMonitor)

Knowledge Base article:

Summary

The site has been deactivated.

Causes

Either the network endpoint for the site’s IP address couldn’t be created or the IP listen list for HTTP.sys did not contain any usable/addressable IP addresses.

Resolutions

To resolve this issue execute the following steps:

Check the HTTP.sys IP inclusion list using the httpcfg.exe tool to ensure that the IP addresses in the inclusion list exist as valid addressable IP addresses on the server.

Syntax example:

httpcfg.exe query iplisten

NOTE: if there are no addresses configured, this command will return a 1168 result code.

Once the issue is resolved restart the Web site using the Start Web Site task:

Start Web Site

Additional

For additional support, information please refer to:

Internet Information Server 6.0 Support Pages

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2003.WebSite
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Web site configuration related failure Either the network endpoint for the site s IP address could not be created or the IP listen list for HTTP sys did not contain any usable IP addresses
{0}
RunAsDefault
CommentMom2005ID='{66D54145-2B2B-45BD-902C-FEFFB1331F51}'

Source Code:

<UnitMonitor ID="Web_site_configuration_related_failure__Either_the_network_endpoint_for_the_site_s_IP_address_could_not_be_created_or_the_IP_listen_list_for_HTTP_sys_did_not_contain_any_usable_IP_addresses__The_s_6_Rule.Monitor" Comment="Mom2005ID='{66D54145-2B2B-45BD-902C-FEFFB1331F51}'" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2003.WebSite" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Web_site_configuration_related_failure__Either_the_network_endpoint_for_the_site_s_IP_address_could_not_be_created_or_the_IP_listen_list_for_HTTP_sys_did_not_contain_any_usable_IP_addresses__The_s_6_Rule.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ManualReset" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="ConfigError" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1129</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.WebSite"]/Description$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>