What is it you need? I do what you are thinking about and use a wlidcard entry on MSDNS to direct all subdomains to my server.
I have a default site on a particular IP Address to direct all www site to the application. I find it a pain to have to enter the domain name in IIS for each URL using an application, so I keep an IP address specific to the application, and use the application to parse the URL. I think v2 browsers might not pass this information so this approach is not without its problems. Not sure what you need help with. My setup. *.somedomain.com ==> 122.122.122.122 in my DNS plus any custom URLs www.anydomain.com ==> 122.122.122.122 www.someotherdomain.com ==> 122.122.122.122 pointing to one IP reserved for my application. I use CFM to determine what URL is accessing the application. Eric From: "Joshua Miller" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: OT: IIS Domain Naming Question Date: Thu, 31 Jul 2003 16:32:06 -0400 Thanks for this, but what I'm doing is having multiple URLs point to a single application. Then I'm using the SERVER_NAME variable to determine the content they receive. We create a new URL for each client and our naming structure was getting confusing, we needed to add another indicator. Thanks though, the wildcard info. may come in handy some day. -----Original Message----- From: cfhelp [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 1:19 PM To: CF-Talk Subject: RE: OT: IIS Domain Naming Question Setup a wild card in DNS (if you can) by using the @ for a host Record. I do not think MSDNS supports this. Then add a blank host header in IIS and every sub domain that comes to the server that does not have a host header will be directed to the Virtual Server with the Blank Host header. Rick -----Original Message----- From: David Delbridge [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 12:55 AM To: CF-Talk Subject: Re: OT: IIS Domain Naming Question Hi Joshua, Setting up fully-qualified domain names and subdomains is a function of DNS exclusively, not IIS. Are you running your own DNS server? If not, and you need more help, what is the actual domain name? Dave -- David M. Delbridge Circa 3000 ColdFusion Hosting http://www.circa3k.com Joshua Miller wrote: > > Totally off-topic, I apologize. > > Does anyone have information to point me in the right direction > figuring out how to create a domain name similar to: > foo.bar.domain.com in IIS ? I can't seem to find this anywhere. Does > this require some special setup for DNS as well? > > Thanks, sorry for the OT post. > > Joshua Miller > Head Programmer / IT Manager > Garrison Enterprises Inc. > www.garrisonenterprises.net <http://www.garrisonenterprises.net/> > [EMAIL PROTECTED] > (704) 569-0801 ext. 254 _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

