DEV Community

Discussion on: Implementing a simple micro-service infrastructure using ASP.NET core and Ocelot

Collapse
 
mfaghfoory profile image
Meysam Faghfouri

First of all, set your solution to run all projects at the same time (solution -> Properties -> Startup Projects and check Multiple startup projects)

Then take a look at your iis express and make sure that you have run all three projects.