CoreWCF / CoreWCF/CoreWCF

Hosting single WCF service with multiple endpoints using same binding

Open
#972 5 comments 1 reaction 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/32909535/211250559-9bfe88f9-8982-43ac-abc1-861e2cf00a78.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.