WWW サービス プロパティは有効範囲内に収まりませんでした

Microsoft.Windows.InternetInformationServices.10.0.WWW.service.property.failed.range.validation (Rule)

Knowledge Base article:

概要

インターネット インフォメーション サービス (IIS) Windows プロセス アクティブ化サービス (WAS) 構成マネージャーは、アプリケーション プールおよびそれが維持するプロトコル アダプターの構成を管理します。構成の読み取り時または構成変更通知への応答時に、WAS でエラーが発生すると、WAS が管理するエンティティの構成変更を処理できない場合があります。

解決方法

IIS マネージャーを使用して構成プロパティを修正する

この問題を解決するには、IIS マネージャーを使用して、イベント ログ メッセージで指定されているプロパティの構成設定を有効な値に変更します。IIS 10 構成の有効な値については、オンラインの IIS 10:IIS 設定スキーマでご覧いただけます。

IIS マネージャーを使用して構成を編集するには:

構成例

次のイベント メッセージを受け取ります:

'サイト' '1' のプロパティ 'truncateSize' の値は無効です。構成された値 '400' は無効です。値は、既定値 '20971520' に設定されます。

この問題を解決するには、次の手順を実行します:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
CategoryAlert
EnabledTrue
Event_ID5067
Event SourceMicrosoft-Windows-WAS
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
WA WriteAction Microsoft.Windows.Server.IIS.10.0.GenerateAlertAction.SuppressedByDescription Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.10.0.WWW.service.property.failed.range.validation" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-WAS</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>5067</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<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.property.failed.range.validation.AlertMessage"]$</AlertMessageId>
</WriteAction>
</WriteActions>
</Rule>