IIS7 - multiple ports for websites, some working, some not.
Posted
by
glasnt
on Server Fault
See other posts from Server Fault
or by glasnt
Published on 2011-06-21T07:48:30Z
Indexed on
2011/06/21
8:24 UTC
Read the original article
Hit count: 188
I have multiple IIS7 websites hanging off 1 IP, using different ports.
All three sites use Z.A.B.C:XX
, where XX
is {100, 200, 300}
*
There's no web.config settings not making :300 not work, the bindings are set ok. I can even change the ports so 200 becomes 300, but the original 300 still doesn't work. They are all shown by IP, so it's not DNS. There's no SSL setting differences between them. I can't see anything in metabase.xml that would make one behave differently to another.
Are there any other settings in IIS7 that I might not be finding, that would fix the issue?
* not the real values.
© Server Fault or respective owner