I have several wcf services which are hosted using ServiceHost class.
Now , I want to implement a separate wcf service which can host these services.
Anyone please suggest me how can I do it?
Suppose I have created some wcf services , I can host them by self hosting using ServiceHost , but I want that a program that can host any wcf service , so no service needs to be self hosting
Well, you could create a service that will host those WCF services, or host them inside IIS, I think either option would work for you.