Kristofer
Fri Mar 11 10:50:22 CST 2005
Hi,
IIS does not care about how the requests makes it to the webserver, it
just responds to the requests it get. So you need to find a way to make
sure that requests for cad-pdm is sent to the webserver.
This can be done by DNS, WINS, lmhosts file.
WINS:
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/wins_server_role.asp
DNS:
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/dns_server_role.asp
--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com
Chris Coryell wrote:
> I've set up IIS5.0 on our Win2k Advanced Server and set up a web site on
our
> company's intranet. Right now, the web pages can be accessed when
someone
> types
http://domaincontroller1/cad-pdm. I'd like to set it up so that
they
> can simply type
http://cad-pdm and be directed to the same place. Our
> intranet consists of two Win2K domains (in different forrests) and a Unix
> network. All three can currently hit the page. Thanks for your help.
>
> Chris