Webbplats anslutning används redan

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

Knowledge Base article:

Sammanfattning

Internet Information Services (IIS) Websajter som använder HTTP är mycket beroende av IIS komponenter för dess tillgänglighet. Windows Process Activation Service (WAS), the World Wide Publishing Service (W3SVC), HTTP service, måste alla köras korrekt. Dessutom måste programpoolen köras korrekt för att vra tillgänglig för webbsajtens program. Om någon av dessa komponenter inte fungerar, kommer inte webbsajten att vara tillgänglig.

Lösningar

Ta bort en dubblettbindning

Webbplatser med dubbla webbadressbindningar gör att någon av webbplatserna inaktiveras. Kontrollera att du inte försöker registrera dubblettprogram-URL:er i filerna ApplicationHost.config eller Web.config. Du kan lösa dubblettproblemet genom att avgöra vilka platser som använder samma bindningar. Ändra sedan bindningarna efter behov och starta om platsen. Du gör detta genom att följa anvisningarna i punkt A, B och C.

A. Avgör vilka platser som använder samma bindningar

Så här avgör du vilka platser som använder samma bindningar:

B. Ta bort dubblettbindningen

Så här tar du bort dubblettbindningen:

C. Starta om webbsajten

För att starta om webbsajten:

Du kan också göra detta med hjälp av länkarna nedan:

Stoppa webbsida

Starta webbsida

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
Webbplats anslutning används redan
{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>