In learning about Web Deploy I came across some netsh.exe commands that talk about http://+:80 and http://*:80. What do those mean?
In learning about Web Deploy I came across some netsh.exe commands that talk about
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As quoted from URLPrefix Strings (Windows):
The :80 afterwards shows the port through which you’re accessing the URL matched by the wildcard string. 80 is one of the most (if not the most) common port used to access normal webpages.