As far as ASP figuring out which page to send IIS (4/5) can handle virtual
sites on the same address. Create a virtual site for each host
(www,www1,www100000,whatever) and set them to the same ip with a different
header (www1.domain.com) for each site. The other way is to have one site
for the ip address and have asp look up Request.ServerVariables(I think it's
"SERVER_NAME"). Of course this is assuming that you have all of the hosts
defined in DNS. It's not quite wildcarding, but if you could narrow it down
to about 20 hosts it might be close enough.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 09, 1999 4:52 AM
Subject: [IMail Forum] OT: *.domain.com ?


> Hello,
>
> i wonder if it is possible to configure a wildcard CNAME record for a
> Domainname. Not a MX-Record, but something that allows me to use:
>
> - www.domain.com
> - www1.domain.com
> - www100000.domain.com
> - whatever.domain.com
>
> all those DNS-Requests should be pointed to the same IP-Adress - It is
then
> the job of an ASP-Script to send the correct page out.
>
> Any idea how this works?
>
> I think this cannot be Done with MS-IIS SP5, right?
> Any other DNS-Servers that can handle such requests?
>
> Thanks for your help
>
> Sifrael
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to