I've recently installed Visual Studio 2017 Professional and have just created the boilerplate ASP.NET Core Web Application
This is what happens when I hit Run (With IIS Express):
And this is what Visual Studio 2017's Output window says:
The program '[8260] dotnet.exe' has exited with code -2147450749 (0x80008083).
The program '[6476] iisexpress.exe' has exited with code 0 (0x0).
Steps to fix?


