IIS Error - The process cannot access the file because it is being used by another process.
- ABS
- Oct 24, 2021
- 1 min read
This issue may occur if TCP port 80 and/or 443 is grabbed by a different service.
(Normally Skype by default use port 80)
netstat -aon | find ":80"
netstat -aon | find ":443"
Comentários