I've got a full .net Framework wcf Service compiled as dll and want to host (and use) this in a ASP.NET 5 web site.
Now since ASP.NET 5 does not contain a web.config anymore the usual Hosting of wcf Services from older Versions of asp.net do not work anymore.
So how do I host (and use) a wcf service dll from ASP.NET 5?