Can anyone help a non-network person set up a IIS over a LAN?

I've got IIS 5 set up as a web server on my local Win2000 PC to develop some
web pages written in ASP. I want to allow others using our LAN to see this
website and possibly other external users to see the site via the internet.

Can anyone help with some advice or pointers on how to make ths work?

Re: IIS on Local Network by Kristofer

Kristofer
Tue Oct 05 07:34:05 CDT 2004

Hello,

All you actually need to do is open port 80 on the webserver (if it is
blocked), and/or your corporate firewall. If you want to use a domain name,
you also need to register one, and point the domain name to the correct
machine (the registrar will help you with this if you do not know how to
do).

--
Regards,
Kristofer Gafvert
http://www.ilopia.com


"plowter" <plowter@discussions.microsoft.com> wrote in message
news:CB2D555E-82D1-48DE-8C9B-FBB0D9C2D891@microsoft.com...
> Can anyone help a non-network person set up a IIS over a LAN?
>
> I've got IIS 5 set up as a web server on my local Win2000 PC to develop
some
> web pages written in ASP. I want to allow others using our LAN to see
this
> website and possibly other external users to see the site via the
internet.
>
> Can anyone help with some advice or pointers on how to make ths work?



Re: IIS on Local Network by jeff

jeff
Tue Oct 05 07:49:20 CDT 2004

On Tue, 5 Oct 2004 03:55:02 -0700, "plowter"
<plowter@discussions.microsoft.com> wrote:

>Can anyone help a non-network person set up a IIS over a LAN?
>
>I've got IIS 5 set up as a web server on my local Win2000 PC to develop some
>web pages written in ASP. I want to allow others using our LAN to see this
>website and possibly other external users to see the site via the internet.
>
>Can anyone help with some advice or pointers on how to make ths work?

On a client, open the browser and browse to:

http://{Web_Server_Name}/

If your web server system name was "Mortimer" your web site would be
at:

http://mortimer/

Jeff