sub domain?

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

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 programmatically..

thx in advance
 
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.
 
AppDomain mySubDomain = AppDomain.CreateDomain("MySubDomain");

Gabriel Lozano-Morán
 
I own the site and I have previlage to manage it..then I want to create sub
domain with my privilage.
 
Back
Top