Dynamic Page with Dynamic Controls
Hi All,
I just want to make a Application, In which Any User Create his own site and other user register in his site or perform other task. etc..
How can i do this ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Dec 10, 2009, 9:19 PM
1. Creating a website for each user is not a problem. What you will do is, create a new folder in the existing website folder or another folder and copy all pre-created files to that folder.
2. After that you need to make that new folder as a virtual directory on IIS so it can run as a Website.
3. As per each site having its own user can be managed in different ways. One way is have each user website its own database and have its own registration process.
Hope it gives you a direction to think about in.
Cheers!