I am trying to debug a simple web service. I have IIS 7 installed on my development machine (Windows 7), and have installed the web service. I can access it from my development machine, but not from any other machine in the local network.
I opened the firewall to HTTP access, and I can access the default website from other machines, so it is not the firewall.
What security settings should I look at to try to allow devices on the LAN to access the web service?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
| show 4 more comments |
|
Check the bindings on the web site your web service is running under and make sure it has a binding for 192.168.2.102 on port 8080. Also, make sure your default web site does not have a binding for 192.168.2.102 on port 8080. In all of that, make sure you don't have any wildcard bindings on the default web site that would match 192.168.2.102 on port 8080. |
|||||||||||
|
|
This isn't an answer yet, but I couldn't figure out how to add screenshots to a comment.
Default website bindings (works). |
|||||||
|
|
In the end, it was the firewall. In other words, turning off the firewall makes the service available. For my test purposes, that is good enough. |
|||
|
|


http://localhostare you? Also, what error / response code are you getting? – squillman Aug 2 '12 at 14:30