Can any body tell me how to crate sub domain programmatically using C#
Thanks
M. K. Basher
Software Developer (C#, .NET)
Create subdomain needs to be configured on the DNS servers hosting your domain name. So, you'll need to use a DNS server to create a real subdomain.
You can also create fake subdomain addresses with URLrewriting. In this case, you don't need to configure on the DNS. For more information, see http://forums.asp.net/p/1072886/1569066.aspx
I hope this helps.
Thomas SunMicrosoft Online Community Support
Ref: http://forums.asp.net/p/1267157/2394366.aspx
MJ FerdousProject Manager, Congral LLCTechnical Author, DevMedia, Brazil
Hi,
I never done this kind of thing. So I gives a search for you. Can you please check out the links?
Do you really need to create sub-domain programmatically? Can you please explain why?
"Excuse if any gaffe."Md Nazmul AhsanProgrammer (.NET Framework)CIS, IADCS & DIT
Thanks Ferdous bhai and Nazmul bhai