I like to create a sub domain like this by ASP newsub.a-domain.com Is it possible? How to do it? Thanks/Regards
Do you want to dynamically create sub-domains? If so, check out: "Create Dynamic Sub-domains in Windows IIS" @ http://www.seoconsultants.com/windows/isapi/subdomains/. The article appears to be a bit dated, but is presented here for reference.
If your hosting cp allow you to host sub-domain,then you can add sub-domain in the cp. Asp has no ability to create sub domain hosting in the virtual hosting.
You can use VBScript to create sites in IIS but i am not sure if you have permissions to do that in shared hosting environment. Moreover IIS7 has excellent support for .NET languages and VBScript as well.
If your server runs on IIS7 platform then it will be even easier. All you need is contained in the Microsoft.Web.Administration Namespace. ALso you may want to check out the following link: http://learn.iis.net/page.aspx/285/sample-hosting-provisioning-scenario/
I don't think so. JJnacy just would like to manage subdomain using asp rather than using cp panel. I can understand it.