it:ad:firewall:howto:open_a_port_for_iis_express

IT:AD:Firewall:HowTo:Open a port for IIS Express

Summary

By default IT:AD:IIS Express won't allow access from other computers (it's only intended for developers really).

Use netsh:

//add portopening [ protocol = ] { tcp | udp | all } [ port = ] Integer [ name = ] ExceptionName [ [ mode = ] { enable | disable } ] [ [ scope = ] all | subnet | custom } ] [ [ addresses = ] addresses ] [ [ profile = ] current | domain | standard | all } ]

//netsh firewall add portopening {protocol} {port} {name of exception} enable {scope}

netsh firewall add portopening TCP 80 IISExpressWeb enable ALL

  • /home/skysigal/public_html/data/pages/it/ad/firewall/howto/open_a_port_for_iis_express.txt
  • Last modified: 2023/11/04 01:43
  • by 127.0.0.1