IIS7 - multiple ports for websites, some working, some not.
- by glasnt
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.