|
If you can access it locally, but others can't access it externally, that means either a firewall or ISP. It's almost certainly the ISP. It's possible IIS is set to not allow external connections, but for the few months I used IIS, I don't remember such a setting being enabled by default.
Try making IIS listen on another port, like 8080 or 81, and see if he can connect that way (remember to add :8080, :81, etc. to the URL as necessary).
|