dotnet / wcf

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
MIT License
1.69k stars 557 forks source link

Add Core WCF to a existing MVC application. #5502

Closed AlexCorsega closed 2 months ago

AlexCorsega commented 2 months ago

Is it possible that I can add Core WCF to an existing MVC application? It's like adding the required middlewares and services of CoreWCF to the Program.cs of the MVC application.

My goal is to have the Core WCF project share the same domain as my MVC application. I know that it is possible by configuring the IIS server, but we must avoid that and instead do this at the application layer of our MVC application.