Hosting single WCF service with multiple endpoints using same binding
Open
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
In the ASP.NET Framework world, I used to host the single WCF service with multiple endpoints by creating a virtual directory for each endpoint by using the same binding.
For instance:
https://www.host.com/virtaul-directory1/service.svc
https://www.host.com/virtaul-directory2/service.svc
Is there a way to achieve similar configuration in .NET Core world? If yes, can you please guide me in the right direction?
I tried below code. it didn't work.

Contributor guide
Assessment
This issue has not been assessed yet.