El servicio WWW no pudo configurar correctamente la longitud de la cola del grupo de aplicaciones

Microsoft.Windows.InternetInformationServices.10.0.WWW.service.failed.to.properly.configure.the.application.pool.queue.length (Rule)

Knowledge Base article:

Resumen

Para garantizar el aislamiento del sitio y de la aplicación web, los grupos de aplicaciones de Internet Information Services (IIS) deben configurarse de modo que sus nombres sean exclusivos y sus identidades estén correctamente configuradas. Si se producen errores durante la configuración de un grupo de aplicaciones, puede que este no esté disponible para los sitios y aplicaciones web que se le hayan asignado.

Soluciones

Corrija la configuración del grupo de aplicaciones tal como se indica en el mensaje de registro de eventos. Si el problema persiste, compruebe los permisos en el archivo ApplicationHost.config y asegúrese de que todos los servicios requeridos se hayan iniciado. En algunos casos, puede que tenga que detener y reiniciar WAS.

Editar la configuración del grupo de aplicaciones mediante el Administrador de Internet Information Services (IIS)

Para editar la configuración del grupo de aplicaciones:

Detener y reiniciar WAS

Para detener y reiniciar WAS:

Nota: Al detener WAS, también se detendrán otros servicios dependientes del mismo, incluido el servicio de publicación World Wide Web (W3SVC). Por tanto, puede que también tenga que reiniciar W3SVC u otros servicios.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.ApplicationPool
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.IIS.10.0.WarningAndErrorEventProvider Default
Filter ConditionDetection Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool.EventFilter Default
WA WriteAction Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.WWW.service.failed.to.properly.configure.the.application.pool.queue.length" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.10.0.WarningAndErrorEventProvider">
<LogName>System</LogName>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="Microsoft.Windows.InternetInformationServices.10.0.ApplicationPool.EventFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1087</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-IIS-W3SVC</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.10.0.WWW.service.failed.to.properly.configure.the.application.pool.queue.length.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>