Single File deployment issue

Hello everyone.

I'm trying to switch my IDE to rider, for a larger project consisting of multiple projects

2x blazor server applications (.net core 3.1)

2x ASP.NET core MVC Apps (.NET core 3.1)

1x WEB API (.Net core 3.1)

I can run all 5 solutions fine in visual studio.

But In rider I get the following error for my two MVC solutions:

Changing

hostingModel="InProcess" 

To out of process, it will run.

But why is rider launching my two MVC apps with single file deployment?

0
2 comments

I was able to delete my web.config files.

Seems they aren't needed for .net core apps anyway.

 

My next issue is that i can only debug one ISS instance. even though i've made a compound profile.

It just shuts the other ones down as a new one opens.

 

EDIT: Running them in release mode works fine

0

Hey,

>My next issue is that i can only debug one ISS instance. even though i've made a compound profile.

This is a known issue unfortunately, but there is a workaround for it here.

Hope this helps!

0

Please sign in to leave a comment.