Forum Moderators: open
I have to create one subdomain website for each user. I have five pages, users can edit the pages and all the html content is stored in the database. I have developed the pages, where I get the name of the subdomain from the url and get the html contents for that page from the database.
Because no code is specific to a subdoamin, I don't want to copy all the files and folders for each subdomain. I was thinking of creating one main subdoamin with all the files and folders. And for all other users just have one default.aspx and do url rewriting from global.asax pointing to the main subdomain. How do I do this? Or is there another way to accompolish the same?
Thank you.