I have a scenario where I would like to add endpoints dynamically. I know this is completely possible if I write a self hosted WCF Service.
The basic idea of what I'm trying to do is to create a plug-gable WCF Host in IIS. Based on available Exports I want to create Endpoints. I am having a hard time figuring out where I can wire in to create the endpoints.