Answered by:
unable to acess ASP .NET website from another computer

Question
-
Hi fellows !
i have a website say TestApp1 targetting framework 4.0 which i deployed on IIS 7
I can access this website from the system on which i have deployed it but unable to access it from anyother computer over the network
when i access http://abc-pc/testapp1 in the server computer it works fine (abc-pc is the server name where website is deployed)
but when i go to some other system and access the above url it says 'This webpage is not available'
from the remote system i have ping to the abc-pc using its ip address which shows success....
any suggesstions?
farooq.hnf
- Moved by Kristin Xie Friday, January 9, 2015 7:56 AM
Thursday, January 8, 2015 8:19 AM
Answers
-
Port 80 is used for http communication with the server and if it's not open you won't be able to browse your website publicly. You need to speak to your network guys to allow this traffic over port 80. Then try again.
"On a Web server or Hypertext Transfer Protocol daemon, port 80 is the port that the server "listens to" or expects to receive from a Web client"
Fouad Roumieh
- Proposed as answer by Fouad Roumieh Thursday, January 8, 2015 12:02 PM
- Marked as answer by Just Karl Monday, February 2, 2015 11:10 PM
Thursday, January 8, 2015 9:38 AM -
Hi ,
I you still not resolve this issue, please consider to post in Asp.Net forum.
For questions related to ASP.NET use the ASP.NET forum http://forums.asp.net
You should get more, better and faster answers on the other forum. Thanks, ahead of time.Best of luck!
Kristin
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Marked as answer by Just Karl Monday, February 2, 2015 11:10 PM
Friday, January 9, 2015 7:56 AM
All replies
-
can you telnet the server from the remote machine: Telnet ipaddress 80
and tell us the result?
Fouad Roumieh
Thursday, January 8, 2015 8:59 AM -
Hi Fouad Roumieh
i typed this in cmd
telnet 192.168.1.14 80
result is: 'telnet' is not recognized as an internal or external command, operable program or batch file
farooq.hnf
Thursday, January 8, 2015 9:13 AM -
the telnet client was not installed
now i have installed it in the remote computer and run the command again... now it is saying:
could not open connection to the host, on port 80: Connect failed
what next should i do?
farooq.hnf
Thursday, January 8, 2015 9:21 AM -
Port 80 is used for http communication with the server and if it's not open you won't be able to browse your website publicly. You need to speak to your network guys to allow this traffic over port 80. Then try again.
"On a Web server or Hypertext Transfer Protocol daemon, port 80 is the port that the server "listens to" or expects to receive from a Web client"
Fouad Roumieh
- Proposed as answer by Fouad Roumieh Thursday, January 8, 2015 12:02 PM
- Marked as answer by Just Karl Monday, February 2, 2015 11:10 PM
Thursday, January 8, 2015 9:38 AM -
ok ... Thanks Fouad
farooq.hnf
Thursday, January 8, 2015 11:16 AM -
Hi ,
I you still not resolve this issue, please consider to post in Asp.Net forum.
For questions related to ASP.NET use the ASP.NET forum http://forums.asp.net
You should get more, better and faster answers on the other forum. Thanks, ahead of time.Best of luck!
Kristin
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Marked as answer by Just Karl Monday, February 2, 2015 11:10 PM
Friday, January 9, 2015 7:56 AM