Creating a new .NET Core app from Visual Studio 2019 makes my app run with iisexpress when debugging. I plan to deploy to Linux and thus only want to use Kestrel throughout for both Developing on my Win7 machine and then deploying to the Linux Server using Self Contained Deployment (which I believe WILL use Kestrel).
What do I need to do to configure my app to only use Kestrel and not IIS when I am developing on Win7?
EDIT: When I click down arrow and change from IIS Express to app name I get this error
