URL sito Web non valido

Microsoft.Windows.InternetInformationServices.10.0.WebSite.InvalidURL.Monitor (UnitMonitor)

Knowledge Base article:

Riepilogo

La disponibilità dei siti Web Internet Information Services (IIS) che utilizzano HTTP si basa su numerosi importanti componenti IIS. È necessario che i servizi Processo attivazione Windows (WAS), Pubblicazione sul Web (W3SVC) e HTTP siano in esecuzione correttamente. Inoltre, per le applicazioni del sito Web è necessario che sia disponibile un pool di applicazioni in esecuzione senza problemi. Se uno di questi componenti non funziona correttamente, il sito Web non è disponibile.

Soluzioni

Controllare un binding URL

Un URL non valido potrebbe non consentire l'avvio di un sito Web. Per risolvere il problema:

1. Verificare che tutti gli URL specificati per le applicazioni siano validi e non siano in contrasto con le regole di normalizzazione (canonizzazione) degli URL. Per altre informazioni, vedere RFC 3986.

2. Riavviare il sito.

Per riavviare il sito:

È anche possibile avviare il sito usando il seguente collegamento:

Avvia sito Web

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebSite
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.InternetInformationServices.10.0.WebSite.EventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
URL sito Web non valido
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.10.0.WebSite.InvalidURL.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WebSite" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.InternetInformationServices.10.0.WebSite.EventLogManualReset2StateMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.10.0.WebSite.InvalidURL.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="ErrorEventRaised" MonitorTypeStateID="ErrorEventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1003</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>
</Configuration>
</UnitMonitor>