A ligação de site já está em uso

Microsoft.Windows.InternetInformationServices.6.2.WebSite.DuplicateBinding.Monitor (UnitMonitor)

Knowledge Base article:

Resumo

Os sites do IIS (Serviços de Informações da Internet) que usam HTTP confiam em diversos componentes importantes do IIS para sua disponibilidade. O WAS (Serviço de Ativação de Processos do Windows), o W3SVC (Serviço de Publicação na World Wide Web), o serviço HTTP, todos devem estar sendo executados corretamente. Além disso, um pool de aplicativos que esteja sendo executado corretamente deve estar disponível para os aplicativos do site. Se qualquer um desses componentes não estiver funcionando, o site não estará disponível.

Resoluções

Remova uma associação duplicada

Os sites que têm ligações de URL duplicadas causarão a desabilitação de um dos sites. Não tente registrar URLs de aplicativos duplicados nos arquivos ApplicationHost.config ou Web.config. Para solucionar essa duplicação, determine quais sites estão usando as mesmas ligações. Em seguida, modifique as ligações conforme necessário e reinicie o site. É possível fazer isso seguindo as etapas A, B e C.

A. Determinar quais sites estão usando as mesmas associações

Para determinar quais sites estão usando as mesmas ligações:

B. Remover a associação duplicada

Para remover a associação duplicada:

C. Reiniciar o site

Para reiniciar o site:

Também é possível fazer isso usando os links abaixo:

Parar o site

Iniciar o site

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebSite
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.InternetInformationServices.6.2.WebSite.EventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
A ligação de site já está em uso
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.WebSite.DuplicateBinding.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.WebSite" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.InternetInformationServices.6.2.WebSite.EventLogManualReset2StateMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.6.2.WebSite.DuplicateBinding.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>1007</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>