Can a single WCF service offer multiple interfaces, and if so how would you express this in app.config?
app.config
I mean one services offering several Interfaces
Here's how you could expose the same interface on two different endpoints in your App.Config if that's what you are asking.