> Does anyone know, or have any code that can go into IIS and
> create host headers on the fly?
>
> For example, what I want to do is.
>
> Say someone wants a website, they complete a registration
> process, and select a domain prefix such as JackandJill.
> Making the complete address JackandJill.website.com
>
> I Know there is a way to do this (possibly through a dll?) on
> the fly.
>
> Please send any advice you have.

There are plenty of Windows Script Host examples available that can
manipulate IIS configuration. When you install IIS, there's a directory
created called AdminScripts which has many of these, and you can find more
at http://www.iisfaq.com/. You could call these using CFEXECUTE, or through
COM if they're written as Windows Script Components.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to