Search code examples
c#visual-studioiis-express

Web app fails to start: iisexpress.exe has exited with code 0


This occurs on Windows 10 and Visual Studio 2015 with any browser starting with or without debugging:

iisexpress.exe has exited with code 0


Solution

  • To fix the problem, I installed .Net Core tools preview for Visual Studio.

    See the .NET Core installation guide for how to do this.