Re: four basic "non techie" type questions regarding MS DNS and windows server IIS capabilities




"rvj" <rvj@xxxxxxxxxxxxxx> wrote in message
news:%23oFPKK4yIHA.4040@xxxxxxxxxxxxxxxxxxxxxxx

Conceptually it would be useful to be able to create multiple, possibly
hundreds, of domain aliases to the same host running web services I
understand this can be done by creating CNAME records

For the same name (just one) it makes sense to use a wild card.

Assuming that the the requests are primarily using http: or https: , in
theory you might have a limitless number
of aliases to the same web service (IIS) on the same physical host

http://cname1/
http://cname2/

Well they would technically be complete names: cname1.zonename.toplevel

1. are there any major drawbacks to to this - performance or otherwise?

Major? Only you can say, if you say "limitless" but hundreds of thousands
could be supported on modest hardware (by today's standards).

Obviously, more records takes more tme to search, more space (RAM and
DISK) to store, and perhaps more network bandwidth to replicate etc.

Wildcard makes more sense.

2. I assume as far ASP is concerned that the server varaiable
(server-url) will show the appropriate CNAME ?

ASP? ASP has to report something known to it from the Web Service
itself. It will show the server name that the web server uses; the host
name the user specified etc.

3. If a domain name cant be found, does the MS DNS allow support some kind
of error handling mechanism so that the unresolved requests can be
forwarded

Not for the SAME zone -- a zone is KNOWN in DNS to be either COMPLETE
on the server that holds it, or may DELEGATE a portion.

Resolution presumes that a DNS Server holding a zone, holds ALL of that
zone (or delegates a portion to a child zone/server-set.)

ie so the http request can be onward routed to another named host or
even the intended host but using the official host name rather than one
the aliases?

No, probably not how you mean it.

Yes, for zones not held (authoritative) on this DNS server.

4. does windows server IIS have the capability of creating DNS aliases
from script using say ASP

Pretty much anything can be done from a script IF you have the authority.

The main issues with ASP or any web script is you probably would never
give it the administrative privileges to do that -- but you might.

You could always just write to a "known file" which is picked up by a
system/admin level process that does the actual "work" of creating the
names or otherwise exercising admin privileges.


.



Relevant Pages

  • Re: Web site viewable from outside office but not on Lan
    ... I notice from the server ipconfig /all that the public address on this ... Other than the problem noted below with the mail server, ... and host header and IP addresses are properly configured in IIS. ... > There is a Forward Lookup Zone for ourcompany.com and it has a host ...
    (microsoft.public.windows.server.dns)
  • Re: Web site viewable from outside office but not on Lan
    ... ..net except the host header. ... > server is dynamic, so any of these sites if hosted locally will need to ... > mostly an IIS and a firewall problem. ... >> There is a Forward Lookup Zone for ourcompany.com and it has a host ...
    (microsoft.public.windows.server.dns)
  • Re: The following DNS server that is authoritative for the DNS DC locator records does not support d
    ... are hosting externally is NOT your AD zone, or you would be mixing private ... Since you are trying to host externally, in the interface tab, let it listen ... If you want to do it right, get another DNS server (an old ...
    (microsoft.public.windows.server.dns)
  • Re: DNS Failure 2000 server
    ... I followed the directions up to the point: ... On the Action menu, click New Host. ... type the name of your server as the DNS ... Click Add Host to add the new host record to the zone. ...
    (microsoft.public.win2000.dns)
  • Re: Windows 2003 Name Server
    ... When you created a new zone for "yourpublicdomain.com" it normally does not ... create an A record for the domain without listing a host name. ... This record should list the DNS server authoritative for your domain. ...
    (microsoft.public.windows.server.dns)

Loading