Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Servers > Internet Information Services
|
Internet Information Services Limit this to IIS questions and posts. ASP/ASP.NET questions should still go in the ASP/ASP.NET forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Internet Information Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old May 23rd, 2010, 03:18 AM
Registered User
 
Join Date: Oct 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Cannot open website from network computer

Hi. I have develop a website (created with VS 2008) using IIS 7.5 on Win7.
I can open the website local with http://localhost or http://<ip addr>, but cannot open the website from network computer (with http://<ip addr>.
Pinging <ip addr> no problem.
Network link with a switch and accessing the shares folder is ok.
Is there any setting in IIS or firewall that block it?
Thx.
Reply With Quote
  #2 (permalink)  
Old July 4th, 2010, 02:49 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 109
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anubhav.kumar
Cool

Hi,

I assume that the default port of the IIS is 80 and you haven't changed it.

From any other computer on your network, please run the following command in Command Prompt Window:

Code:
telnet <ip-addr of machine running website> 80
If you can connect from telnet then the site should also open in browser from this test machine.

If the port is blocked, the above command will fail. Then you need to change your firewall settings on the IIS Server machine [probably windows firewall if you are not using any 3rd party]

Hope this hepls

Regards
__________________
Anubhav Kumar
http://anubhavtimepass.blogspot.com/
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
network computer MunishBhatia ASP.NET 2.0 Professional 2 July 4th, 2007 01:53 AM
enquiry about My.Computer.Network shuttler Visual Basic 2005 Basics 0 April 4th, 2007 10:27 AM
Viewing created ASP pages on network computer bomanda ASP.NET 1.0 and 1.1 Basics 13 February 16th, 2007 07:51 AM
how to use my.computer.network.upload kapilsanchihar Visual Basic 2005 Basics 2 January 19th, 2007 02:57 PM
how to use my.computer.network.upload kapilsanchihar Visual Studio 2005 0 January 8th, 2007 01:10 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.