Servers

IIS Edit Bindings error 80 is an invalid IP address

Synopsis of issue:

You have a website running in Internet Information Services that is already configured with default bindings such as the hostname, etc.  However, you would like to add another host name to the website to match a CNAME record that you would like the website to answer requests for.  You go into IIS Manager and right click the website, edit bindings and you get to the add site binding dialog box where you have the ability to type in a new hostname to add to the website.  However, you receive the error message below telling you that ‘*:80’ is an invalid IP address

binderror1

 

Resolution:

The resolution to this issue is in fact quite simple.  The above error message is telling you the hostname you entered contains something that it shouldn’t.  If you look at the above screenshot of the error, you will notice that https:/// is being entered in front of the hostname in this case which is somesite.com

The error is due to the fact that https:/// is being entered.  If you think about it, it is very redundant anyway, since you already are telling the server that the port is 80 you shouldn’t have to include the https:/// in front.  That should be implcit.

The solution to the error, is to simply remove the https:/// from the hostname and only enter the hostname itself, so somesite.com.  Once you take off the extra information, the hostname will enter as expected.

Subscribe to VirtualizationHowto via Email 🔔

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Brandon Lee

Brandon Lee is the Senior Writer, Engineer and owner at Virtualizationhowto.com and has over two decades of experience in Information Technology. Having worked for numerous Fortune 500 companies as well as in various industries, Brandon has extensive experience in various IT segments and is a strong advocate for open source technologies. Brandon holds many industry certifications, loves the outdoors and spending time with family.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.