-1

Possible Duplicate:
Is it Possible to view my apache server (local host) from home or remote computer that is outside my LAN?

Today i cofigured web server on Windows server 2003 i uploaded my site on C:\Inetpub\wwwroot\mysite local host working good

In IIS Manger default web site is running

How i can open my web site (C:\Inetpub\wwwroot\mysite) from another computer?

Im doing it first and if i asked fool question please help

2 Answers2

0

Have you tried putting http://[IP address of the server]/mysite into the browser on another computer? This usually works...

growse
  • 7,830
  • 11
  • 72
  • 114
  • I tried of course but 'internet explorer cannot display page' getting this error. I added global IP of server in web site identification descritpion (IIS manager) tcp port 80 is open. added new virtual direcotry. but result is same. null – user525717 Dec 30 '11 at 16:48
  • Sounds like it's broken then. – growse Dec 30 '11 at 16:49
  • What is broken? – user525717 Dec 30 '11 at 16:53
  • I've no idea - you've given extremely little detail to work with, so I'm out of ideas. – growse Dec 30 '11 at 16:53
  • I dont know which details would be useful you say it i can provide – user525717 Dec 30 '11 at 16:57
  • How did you upload the site onto the server? Is it a static site, or a .NET (or other) application? What version of .NET if it's an application? Does it show up in IIS manager? What is the default document set for the directory? What is the default document for your application? Do you have a firewall in place on the server? Can you ping the server? Is your client and the server on the same domain? What if you put the `http://[server ip]/mysite` into IE on the server itself? Do you have any odd proxy settings on your browser? Have you tried a different browser? etc. etc. etc. etc. etc. etc. – growse Dec 30 '11 at 17:08
0

You can use the ip-address or hostname of the iis server where you have uploaded the site into another machine.

That is http://ip-address-server or http://hostname-server.

Mughil
  • 1,869
  • 1
  • 18
  • 28