IIS web service responds on server, not from remote client
- by Aharon Manne
I have installed a web service on a server running IIS (v6, as far as I can tell). There is another service installed, which responds as expected. My service responds correctly when a browser is pointed to localhost, but there is no response when a remote client tries to query the service.
Fiddler on the remote client simply reports a timeout. …