De WWW-service kan de mogelijkheden tot netwerktaakverdeling niet naar behoren op de groep van toepassingen toepassen

Microsoft.Windows.InternetInformationServices.10.0.WWW.service.failed.to.properly.configure.the.load.balancer.capabilities.on.application.pool (Rule)

Knowledge Base article:

Samenvatting

Als u website- en toepassingsisolatie wilt instellen, moeten de groepen toepassingen van Internet Information Services (IIS) unieke namen en goed geconfigureerde id's hebben. Als er tijdens de configuratie van een groep toepassingen fouten optreden, is de groep toepassingen mogelijk niet beschikbaar voor de hieraan toegewezen websites en webtoepassingen.

Oplossingen

Corrigeer de configuratie van de groep toepassingen zoals opgegeven in het bericht in gebeurtenislogboek. Als het probleem zich blijft voordoen, controleert u de machtigingen voor het bestand ApplicationHost.config en zorgt u dat alle vereiste diensten zijn gestart. In sommige gevallen zal de WAS mogelijk moeten worden gestopt en opnieuw gestart.

De configuratie bewerken van de groep van toepassingen in Beheer van Internet Information Services (IIS)

U kunt de configuratie van de groep van toepassingen als volgt bewerken:

Stop de WAS en start deze opnieuw

WAS stoppen en opnieuw starten:

Opmerking: Als u WAS stopt, worden ook andere services gestopt die daarvan afhankelijk zijn, inclusief de World Wide Web Publishing-service (W3SVC). Mogelijk moeten ook W3SVC of andere diensten opnieuw gestart worden.

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.load.balancer.capabilities.on.application.pool" 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>1086</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.load.balancer.capabilities.on.application.pool.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>