I am using Visual Studio 2017, .NET Core 2.1 and have built an Angular-CLI project by using VS templates. When the application is run two IIS Express servers are being launched:
I can double check that by examining the IIS icon in Windows taskbar. The first one is that which appears in the browser. Could someone explain why are there two IIS servers? My guess is that has to do with middleware AngularCliServer but not sure. I 'd appreciate a more robust and reliable answer.


