Get IIS 7.5 to listen on IPv6

Posted by Matthew Steeples on Server Fault See other posts from Server Fault or by Matthew Steeples
Published on 2010-03-18T12:19:05Z Indexed on 2010/03/18 12:21 UTC
Read the original article Hit count: 684

Filed under:
|

I'm using IIS on Windows 7, and I can't get it to bind to the IPv6 equivalent of 0.0.0.0 and 127.0.0.1 ([::] and [::1])

The first one gives me an error when trying to start the service that says

The World Wide Web Publishing Service (WWW Service) did not register the URL 
prefix http://[::]:80/ for site 1. The site has been disabled. The data field
contains the error number.

The second one doesn't give any errors but doesn't listen on anything apart from 0.0.0.0

The bindings dropdown only has my teredo address (2001::) listed, and not my link local (fe80::) one.

© Server Fault or respective owner

Related posts about iis7.5

Related posts about IPv6