Can only connect to IIS site through localhost

Posted by Rembrandt Q. Einstein on Server Fault See other posts from Server Fault or by Rembrandt Q. Einstein
Published on 2012-06-06T15:24:22Z Indexed on 2012/06/06 16:42 UTC
Read the original article Hit count: 210

Filed under:
|

I'm building a web service for my company's iPhone application, and everything's been working smoothly by running tests through localhost on the development machine. I'm now in the phase where I need to test connections from other computers within the network, and any connection other than localhost gives me a 404. My internal IP, 127.0.0.1, and computername all get 404 when connecting from any computer, either the one the site's hosted on or any others on the network. Telnet can get through to port 80, and I've temporarily disabled all firewalls on this machine (I do not have control over the external firewall, but I'm only testing connections within the network)

Does anyone have a clue why this is happening? I was able to connect to the web service from other computers when hosted on a Mac via Apache, but because I'm now using a SQL Server connection I'm restricted to using IIS for Windows Authentication. Googling only provided answers related to firewalls, and mine is disabled

note: I cannot use Anonymous Authentication, but even in testing that it did not affect the issue.

© Server Fault or respective owner

Related posts about iis

Related posts about iis7.5