i have seen this question which explains how to add webService to my dnx project How to use soap web services in Asp.net Core? but i can't seem to understand how to mapRoute to my asmx file or how to use WCF in the asp vNext,
what i have done:
tried to create a WCF service project, but the problem is that the project won't be on the DNX.
manually add asmx and cs.asmx files but i can't find how to serve them ?