Possible Duplicate:
What's the difference between *:80 and +:80
What does the plus sign excatly mean here:
netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user
Whats the difference between using a star (*) and plus (+) ?
What does the plus sign excatly mean here: netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user Whats the difference between using a star (*) and plus (+) ?
| |||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
According to the MSDN documentation, there isn't any difference except for the order in which the two are interpreted.
| |||
|
feedback
|
|
You can find the definition here: UrlPrefix Strings For the +
And for the *
| |||
|
feedback
|