Skip to main content

Posts

Showing posts from March, 2020

Accessing Local Web server (IIS) on my LAN Error

Does your computer have a firewall ? If yes, try to open your HTTP port on the computer serving your website. netsh advfirewall firewall add rule name="HTTP TCP Port 80" dir=in action=allow protocol=TCP localport=80 netsh advfirewall firewall add rule name="HTTP TCP Port 139" dir=out action=allow protocol=TCP localport=80