Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Addressing web pages on another workgroup computer

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS: How to change windows NT account passwords using IIS 5.0?  
Author Message
tony10

External


Since: Oct 18, 2004
Posts: 2



(Msg. 1) Posted: Mon Oct 18, 2004 3:54 am
Post subject: Addressing web pages on another workgroup computer
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am new to IIS and I am trying to implement it up on a computer running
WinXP in a small workgroup.



I know IIS is running and my web pages are ok because the following web
address executes when entered from a browser on the same computer:



http://localhost/MyWebAp/MyWebPage.htm



However, when I try accessing those pages from another computer in my
workgroup, the following address does not work (assuming IIS is running on a
computer called "MyComputer":



http://MyComputer/MyWebAp/MyWebPage.htm ?



Is this the right syntax? Why isn't this working?



Tony Lin

Fremont, CA

 >> Stay informed about: Addressing web pages on another workgroup computer 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Mon Oct 18, 2004 11:10 am
Post subject: Re: Addressing web pages on another workgroup computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"TLin2100" <Tony RemoveThis @LinFamily.org> wrote in message
news:4ZOdnVZ8L_gM6u7cRVn-hw@comcast.com...
 >I am new to IIS and I am trying to implement it up on a computer running
 >WinXP in a small workgroup.
 >
 >
 >
 > I know IIS is running and my web pages are ok because the following web
 > address executes when entered from a browser on the same computer:
 >
 >
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://localhost/MyWebAp/MyWebPage.htm</font" target="_blank">http://localhost/MyWebAp/MyWebPage.htm</font</a>>
 >
 >
 >
 > However, when I try accessing those pages from another computer in my
 > workgroup, the following address does not work (assuming IIS is running on
 > a computer called "MyComputer":
 >
 >
 >
 > <a style='text-decoration: underline;' href="http://MyComputer/MyWebAp/MyWebPage.htm" target="_blank">http://MyComputer/MyWebAp/MyWebPage.htm</a> ?
 >
 >
 >
 > Is this the right syntax? Why isn't this working?

Are there any name resolution services running, such as DNS? If not, you'll
have to us the IP address instead of the name or setup a hosts file that
maps IP addresses to names.

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Addressing web pages on another workgroup computer 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 3) Posted: Mon Oct 18, 2004 1:34 pm
Post subject: Re: Addressing web pages on another workgroup computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Do you have a firewall enabled on the firewall that blocks port 80?

--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a>


"TLin2100" <Tony RemoveThis @LinFamily.org> wrote in message
news:4ZOdnVZ8L_gM6u7cRVn-hw@comcast.com...
 > I am new to IIS and I am trying to implement it up on a computer running
 > WinXP in a small workgroup.
 >
 >
 >
 > I know IIS is running and my web pages are ok because the following web
 > address executes when entered from a browser on the same computer:
 >
 >
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://localhost/MyWebAp/MyWebPage.htm</font" target="_blank">http://localhost/MyWebAp/MyWebPage.htm</font</a>>
 >
 >
 >
 > However, when I try accessing those pages from another computer in my
 > workgroup, the following address does not work (assuming IIS is running on
a
 > computer called "MyComputer":
 >
 >
 >
 > <a style='text-decoration: underline;' href="http://MyComputer/MyWebAp/MyWebPage.htm" target="_blank">http://MyComputer/MyWebAp/MyWebPage.htm</a> ?
 >
 >
 >
 > Is this the right syntax? Why isn't this working?
 >
 >
 >
 > Tony Lin
 >
 > Fremont, CA
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Addressing web pages on another workgroup computer 
Back to top
Login to vote
tony10

External


Since: Oct 18, 2004
Posts: 2



(Msg. 4) Posted: Mon Oct 18, 2004 1:34 pm
Post subject: Re: Addressing web pages on another workgroup computer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Kristofer,

Yes! The firewall, of course. I recently installed SP2 of WinXP which came
with a firewall, which I enabled.

I have now set up my IIS to work on a different port, and set an exception
for that port.

I can now access IIS from anywhere in my workgroup by adding the port number
to the address.

I have also initiated service with a dynamic DNS service, so people outside
can access my website through redirection to my router using the port I set
my IIS to run on.

Internet access for my workgroup goes through a router so I have programmed
port forwarding on my router, routing all 7203 calls to the computer hosting
IIS.

Thanks for your valuable insight!

Tony



"Kristofer Gafvert" <kgafvert.DeleteThis@NEWSilopia.com> wrote in message
news:eswV%230OtEHA.1128@TK2MSFTNGP10.phx.gbl...
 > Hello,
 >
 > Do you have a firewall enabled on the firewall that blocks port 80?
 >
 > --
 > Regards,
 > Kristofer Gafvert
<font color=purple> > <a style='text-decoration: underline;' href="http://www.ilopia.com</font" target="_blank">http://www.ilopia.com</font</a>>
 >
 >
 > "TLin2100" <Tony.DeleteThis@LinFamily.org> wrote in message
 > news:4ZOdnVZ8L_gM6u7cRVn-hw@comcast.com...
  >> I am new to IIS and I am trying to implement it up on a computer running
  >> WinXP in a small workgroup.
  >>
  >>
  >>
  >> I know IIS is running and my web pages are ok because the following web
  >> address executes when entered from a browser on the same computer:
  >>
  >>
  >>
<font color=green>  >> <a style='text-decoration: underline;' href="http://localhost/MyWebAp/MyWebPage.htm</font" target="_blank">http://localhost/MyWebAp/MyWebPage.htm</font</a>>
  >>
  >>
  >>
  >> However, when I try accessing those pages from another computer in my
  >> workgroup, the following address does not work (assuming IIS is running
  >> on
 > a
  >> computer called "MyComputer":
  >>
  >>
  >>
  >> <a style='text-decoration: underline;' href="http://MyComputer/MyWebAp/MyWebPage.htm" target="_blank">http://MyComputer/MyWebAp/MyWebPage.htm</a> ?
  >>
  >>
  >>
  >> Is this the right syntax? Why isn't this working?
  >>
  >>
  >>
  >> Tony Lin
  >>
  >> Fremont, CA
  >>
  >>
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Addressing web pages on another workgroup computer 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]