|
|
|
start date: Fri, 17 Aug 2007 15:13:56 -0000,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Jawad Rehman
|
|
2
bruce barker
|
Sub domain creation....
Hi there,,
I want to create subdomains from my web page automatically...in most
of website,when u registered
with them,they give a sub domain.
i registered in website.www.blogger.com
they give me a URL to browse my profile.i.e
"meonline.blogger.com".meonline is my user name.
I need help,how to create subdomins in C#.net or VB.net.
I need this for my project.i am doing project in asp.net(vb.net) which
is related to
Multi level marketing.
Date:Fri, 17 Aug 2007 15:13:56 -0000
Author:
|
Re: Sub domain creation....
subdomains are dns entries. if you have write access to your dns server
then google for a .net dns api library. if this is an internet dns, then
you need access to a dns server that is trusted by the internet (which
you will probably not have write access to).
your isp may have a published api (say a webdsite) for updating for
subdomains.
-- bruce (sqlwork.com)
Jawad Rehman wrote:
> Hi there,,
>
> I want to create subdomains from my web page automatically...in most
> of website,when u registered
> with them,they give a sub domain.
> i registered in website.www.blogger.com
> they give me a URL to browse my profile.i.e
> "meonline.blogger.com".meonline is my user name.
>
> I need help,how to create subdomins in C#.net or VB.net.
>
> I need this for my project.i am doing project in asp.net(vb.net) which
> is related to
> Multi level marketing.
>
Date:Fri, 17 Aug 2007 09:17:32 -0700
Author:
|
|
|