creating tertiary domains on the fly
Hello,
Everyone,
I have a question about creating tertiary domains on the fly. I know
that you can go in IIS and create one:
doujgo.google.com and map it to a folder. However, I am trying to
create 1000s of these on the fly. I don't know if asp has an API to
IIS (I don't think it does) and in the past, I have used the 404 page
for this, but does anyone know a way to create the third level domain
name on the fly? Thanks.
Adam
Re: creating tertiary domains on the fly
"doujgo" <doujgo [at] gmail.com> wrote in message
news:1129920075.565851.18120 [at] g47g2000cwa.googlegroups.com...
> Hello,
>
> Everyone,
>
> I have a question about creating tertiary domains on the fly. I know
> that you can go in IIS and create one:
>
> doujgo.google.com and map it to a folder. However, I am trying to
> create 1000s of these on the fly. I don't know if asp has an API to
> IIS (I don't think it does) and in the past, I have used the 404 page
> for this, but does anyone know a way to create the third level domain
> name on the fly? Thanks.
Sure it does - the interface is called WMI. IIS comes with a command line
script that you can view to see how it's done.
http://support.microsoft.com/default.aspx?scid=kb;en-us;8165 68
--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers /iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
Re: creating tertiary domains on the fly
Hi,
In addition to configuring IIS, you will also need to configure the DNS
server (probably).
--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info
doujgo wrote:
>Hello,
>
>Everyone,
>
>I have a question about creating tertiary domains on the fly. I know
>that you can go in IIS and create one:
>
>doujgo.google.com and map it to a folder. However, I am trying to
>create 1000s of these on the fly. I don't know if asp has an API to
>IIS (I don't think it does) and in the past, I have used the 404 page
>for this, but does anyone know a way to create the third level domain
>name on the fly? Thanks.
>
>Adam