i'm using IIS7 express and therefore need to unblock port 80 if I wish to hit the website locally and on the default http port. To do this, i use ..
netsh http add urlacl url=http://my.custom.locahost.domain.com:80/ user=mydomain\myusername
is it possible to say something like
netsh http add urlacl url=*:80/ user=*
so basically, anything going to port 80, by anyone, is allowed?