Tagged Questions
1
vote
0answers
66 views
IIS: hostname breaks website
I have a Azure WindowsVM with a IIS. Everything works fine until i add a hostname in the bindings. Then I get a 404 error.
0
votes
1answer
501 views
iis vbscript remove all site bindings and replace with list of new bindings
I have a single host with 500+ bindings associated to it, and I would like to first purge this host of all its bindings and replace them from a list of bindings in a file. The format of the fill will ...
3
votes
2answers
6k views
Setup IIS 7.5 with multiple website bindings and SSL?
On IIS 7.5 I am trying to achieve this with two websites:
Default Web Site is bound to:
(blank host header port 80 - http)
(blank host header port 443 - https)
go.example.com
www71.example.com
the ...
3
votes
2answers
449 views
Accessing a site using ip/hostname combination
I've successfully set up multiple sites on my server, and as they are all assigned to port 80, I have assigned each a unique host name in the IIS Site Bindings.
Firstly, is this the correct way of ...
5
votes
3answers
3k views
IIS asks for login/pass when accessed using hostname but not when 'localhost' is used. Why?
I have setup IIS on my xp machine and have setup a default homepage (that comes with the IIS installed). It is a help page I think.
when I access the page with http://localhost it works fine ...
2
votes
2answers
602 views
Advantages/Disadvantages of using Hostnames vs Servernames when deploying services to IIS?
What are the advanatages/disadvantages of using custom hostnames vs. just using servernames for hosting services in IIS?
ie. With a Windows Server called 'SRV123' should we be hosting services under ...