Intranet web site...newbie question

  • Thread starter Thread starter Colin Basterfield
  • Start date Start date
C

Colin Basterfield

Hi,

This is a real newbie question, however I'm still going to ask it.

I have two pc's both on XP Pro, and I am developing some web stuff which I
will eventually publish on a web server. I can do testing on one machine
using the browser with http://localhost... so that is fine, however I would
like to know what I put in the browser of the other machine so that I can
test these apps over my 'intranet' Can I just put the computer name and
then whatever page I want to view? The apps are all .NET btw

Many thanks
Colin
 
Hi,

This is a real newbie question, however I'm still going to ask it.

I have two pc's both on XP Pro, and I am developing some web stuff which I
will eventually publish on a web server. I can do testing on one machine
using the browser with http://localhost... so that is fine, however I would
like to know what I put in the browser of the other machine so that I can
test these apps over my 'intranet' Can I just put the computer name and
then whatever page I want to view? The apps are all .NET btw

Many thanks
Colin

http://yourlanservername/filename or http://yourlanserveripaddress/filename
 
No.

you need to have personal webservices installed on both machines.

You can open the remote website by typing
HTTP://<othermachinename>/<nameofwebsite>
 
Back
Top