publishing a web app consisting of an asp.net core project and an asp.net framework project

34 Views Asked by At

To tell the full story, I'm currently working on upgrading an asp.net mvc application, made using .net framework 4.8. We're looking into starting to use blazor, but this'll only work using a .net core web app. I'm using the .NET Upgrade Assistant to create a new asp.net core project, using YARP to route to all existing controllers, which all seems to work fine. What I can't figure out is how to publish these projects to our current webhosting platform. Anybody have any suggestions?

0

There are 0 best solutions below