I want to create a website where users who sign up are able to get a subdomain on my main domain a la blogspot.com (ex. user.mywebsite.com)
I really don't know how to get about doing this. I guess this will involve DNS. Here is some more info about my requirement.
- Don't need to set up an IIS website either.
- I want an app that would route the subdomain to a folder inside the directory.
Would this be done using an ISAPI DLL? some DNS magic? What?
All clues will be welcome and helpful.
Thanks