IIS Web Sites Contain IIS Web Services

Microsoft.ApplicationServer.WebSiteContainsWebServices (RelationshipType)

This relationship associates IIS hosted WCF and WF services directly to an IIS web site in the event that the service is not a part of a child web application.

Knowledge Base article:

Summary

This relationship associates IIS hosted WCF and WF services directly to an IIS web site in the event that the service is not a part of a child web application.

Element properties:

SourceMicrosoft.ApplicationServer.WebSite
TargetMicrosoft.ApplicationServer.WebService
TypeSystem.Containment
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="Microsoft.ApplicationServer.WebSiteContainsWebServices" Accessibility="Public" Abstract="false" Base="System!System.Containment">
<Source>Microsoft.ApplicationServer.WebSite</Source>
<Target>Microsoft.ApplicationServer.WebService</Target>
</RelationshipType>