Skip to content

Instantly share code, notes, and snippets.

@naiduv
Created May 28, 2021 13:54
Show Gist options
  • Select an option

  • Save naiduv/ca2c18723bf386866bfcf34d748fa7cc to your computer and use it in GitHub Desktop.

Select an option

Save naiduv/ca2c18723bf386866bfcf34d748fa7cc to your computer and use it in GitHub Desktop.
Fix for Visual studio 2019 error unable to connect to iis express
1) Do Clean Solution in Visual Studio 2019
2) Close Visual Studio 2019
3) do "git clean -fdx" on commandline (this deletes untracked files from the repo, so be careful! maybe just deleting the hidden .vs folder is good enough too)
4) delete the "properties\launchsettings.json" file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment