0

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:

  1. tried to create a WCF service project, but the problem is that the project won't be on the DNX.

  2. manually add asmx and cs.asmx files but i can't find how to serve them ?

Community
  • 1
  • 1
Eli Y
  • 877
  • 16
  • 41

1 Answers1

1

Unfortunately, WCF is not supported in ASP.NET 5.

Victor Hurdugaci
  • 28,177
  • 5
  • 87
  • 103