Skip to main content
Code and think

Freeing port 80 on Windows

In case you want to run your service locally exactly on port 80, the chances are that it will be taken. You can turn off Windows services on port 80 by executing the following command as admin in PowerShell:

net stop http