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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top