Skip to content

Instantly share code, notes, and snippets.

@davidisnotnull
Created December 13, 2021 10:05
Show Gist options
  • Save davidisnotnull/1cd2880d9b4e0cdae34c202224ddbd44 to your computer and use it in GitHub Desktop.
Save davidisnotnull/1cd2880d9b4e0cdae34c202224ddbd44 to your computer and use it in GitHub Desktop.
Fix for IIS Express error in Visual Studio being unable to start

Open CMD as an administrator and run the following commands in sequence:

net stop winnat

net start winnat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment