sub domain?

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

    sub domain?

    Hi every body
    I want to know that it's possible to create a sub domain in my domain with
    c#?
    I own a site and want to create sub domain programmaticall y..

    thx in advance


  • Peter Rilling

    #2
    Re: sub domain?

    When you say you "own the site", do you mean you only own the domain or you
    own the server and entire network infrastructure that allows you to connect
    to the net. The reason that I bring this up is because adding subdomains
    requires the configuration of DNS entries and such.

    "perspolis" <rezarms@hotmai l.com> wrote in message
    news:#rbk1W1SFH A.3936@TK2MSFTN GP15.phx.gbl...[color=blue]
    > Hi every body
    > I want to know that it's possible to create a sub domain in my domain with
    > c#?
    > I own a site and want to create sub domain programmaticall y..
    >
    > thx in advance
    >
    >[/color]


    Comment

    • Gabriel Lozano-Morán

      #3
      Re: sub domain?

      AppDomain mySubDomain = AppDomain.Creat eDomain("MySubD omain");

      Gabriel Lozano-Morán


      "perspolis" <rezarms@hotmai l.com> wrote in message
      news:%23rbk1W1S FHA.3936@TK2MSF TNGP15.phx.gbl. ..[color=blue]
      > Hi every body
      > I want to know that it's possible to create a sub domain in my domain with
      > c#?
      > I own a site and want to create sub domain programmaticall y..
      >
      > thx in advance
      >
      >[/color]


      Comment

      • perspolis

        #4
        Re: sub domain?

        I own the site and I have previlage to manage it..then I want to create sub
        domain with my privilage.
        "Peter Rilling" <peter@nospam.r illing.net> wrote in message
        news:OVplDd1SFH A.2560@TK2MSFTN GP09.phx.gbl...[color=blue]
        > When you say you "own the site", do you mean you only own the domain or[/color]
        you[color=blue]
        > own the server and entire network infrastructure that allows you to[/color]
        connect[color=blue]
        > to the net. The reason that I bring this up is because adding subdomains
        > requires the configuration of DNS entries and such.
        >
        > "perspolis" <rezarms@hotmai l.com> wrote in message
        > news:#rbk1W1SFH A.3936@TK2MSFTN GP15.phx.gbl...[color=green]
        > > Hi every body
        > > I want to know that it's possible to create a sub domain in my domain[/color][/color]
        with[color=blue][color=green]
        > > c#?
        > > I own a site and want to create sub domain programmaticall y..
        > >
        > > thx in advance
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • perspolis

          #5
          Re: sub domain?

          thx :)
          "Gabriel Lozano-Morán" <gabriel.lozano @no-spam.com> wrote in message
          news:O6#GFf1SFH A.3308@TK2MSFTN GP14.phx.gbl...[color=blue]
          > AppDomain mySubDomain = AppDomain.Creat eDomain("MySubD omain");
          >
          > Gabriel Lozano-Morán
          >
          >
          > "perspolis" <rezarms@hotmai l.com> wrote in message
          > news:%23rbk1W1S FHA.3936@TK2MSF TNGP15.phx.gbl. ..[color=green]
          > > Hi every body
          > > I want to know that it's possible to create a sub domain in my domain[/color][/color]
          with[color=blue][color=green]
          > > c#?
          > > I own a site and want to create sub domain programmaticall y..
          > >
          > > thx in advance
          > >
          > >[/color]
          >
          >[/color]


          Comment

          • Lebesgue

            #6
            Re: sub domain?

            > AppDomain mySubDomain = AppDomain.Creat eDomain("MySubD omain");[color=blue]
            >
            > Gabriel Lozano-Morán
            >[/color]
            Very funny, Gabriel :-))


            Comment

            Working...