Subdomain creation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jawad Rehman

    #1

    Subdomain 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.blogg er.com".meonlin e 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.

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Subdomain creation

    Jawad,

    This will depend on your DNS servers. If they allow programattic access
    to the server, you can set up the DNS names there. Either that, or your DNS
    server will have to have some mechanism by which you can plug in a module
    and have it query that module to look for host records that it should
    propogate (you would keep it in your database).

    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Jawad Rehman" <jawadsmail@gma il.comwrote in message
    news:1187363707 .970555.147710@ 57g2000hsv.goog legroups.com...
    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.blogg er.com".meonlin e 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.
    >

    Comment

    Working...