up vote 0 down vote favorite

Hi,

I have published my website into inetpub in windows 7. I can open the website on my computer using my IP adress and also i can open it on a different home computer. But, when i give the URL to my friends on a different network, they cannot open it. It says connection timed out. I have used Visual studio to build my web service.

Plase help

flag

migrated from stackoverflow.com

3 Answers

up vote 1 down vote

Chances are your IP address is non routable (provide the first 2 octets of the IP, so we can tell).

Another possibility is that a gateway/firewall somewhere on the way between your friend's client and the server prevents the connection.

link|flag
up vote 1 down vote

My initial test would be to make sure your friend is able to talk to your computer. Try to execute the PING or TRACERT command from your friends computer to your computer.

If that command is successful then the error may be something else.

Execute following MS DOS COMMAND from your friends computer

TRACERT xxx.xxx.xxx.xxxx (IP Address of your computer)

OR

PING xxx.xxx.xxx.xxxx

link|flag
up vote 0 down vote

thank you very much.

link|flag
thebestpopular.com – poppyniwa Jun 15 at 9:30

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.