Hosting WCF service in a console application There are different ways to host a WCF appliaction. You can host it in: IIS WAS Windows service console application The last one is very simple to do and I’ll will showYou how to do it. Continue reading →