> 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?
This is purely a DNS issue. Your DNS administrator would need to create a subdomain, bar.domain.com, and then would need to create a host record (A or CNAME) for foo within the subdomain. Once that's done, you can just configure an IIS virtual server to listen on the IP address specified in the host record, and if you want to require host headers, you'd just specify the string "foo.bar.domain.com" in the IIS management console. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

