5

I've just downloaded and installed Umbraco, IIS, and IIS Express (installed the following extension IIS Express in VS Code: https://marketplace.visualstudio.com/items?itemName=warren-buckley.iis-express).

When I run 'IIS Express: Start Website' in the command line in Visual Studio Code I'm getting the following error:

The following site was not found in the configuration file: 'UmbracoCms.7.12.1-d9eb4dfc-b937-4ca5-b37e-a7b3ad857080'

Just wondered if anyone knows what might be causing this?

Lex Li
  • 60,503
  • 9
  • 116
  • 147
psm_348
  • 63
  • 5

1 Answers1

0

This extension has a hardcoded link to where IIS Express is installed.

Workaround - go to where IIS Express is installed (somewhere in program files), launch it manually and then this VS Code extension will work correctly.

qbeuek
  • 4,156
  • 4
  • 19
  • 17