Visual Studio 2017 is a great, great piece of work but (like with all great pieces of work) sometimes the abstractions leak.
Today’s “gotcha” is the embedded IISExpress Web server.
I’m using .NET Core to host a couple of little applications. But the default route defined in the Debugger pane in Visual Studio isn’t what I want it to be.
So I went in and changed it.