Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 720 Bytes

File metadata and controls

9 lines (5 loc) · 720 Bytes

MultitenantExample.WcfService

A WCF service that resolves a different implementation per tenant, including how the tenant is identified from the incoming message.

Packages: Autofac, Autofac.Multitenant, Autofac.Multitenant.Wcf, Autofac.Wcf

Open Examples.slnx in Visual Studio on Windows and run the project under IIS Express. MultitenantExample.MvcApplication is its client.

See Multitenant Applications for the documentation this example follows.