I'm working on a community forum script, and I want to give every one an opportunity to create their own community forum for free.
So let's say I have the following domain:
www.forum.com
Bob wants to create his forum, he signs up, picks a username ("bob") and gets his own forum instantly: bob.forum.com
There are the things that need to be created automatically:
- New subdomain
- New IIS site
- New database
And I want to use the same script (bin dll and .aspx files). Of course I'd like to update them instantly because if I have 100 subforums, that would be pain in the butt to update all 100 scripts manually.
I know this is a pretty hard thing to do, but I really, really need this.
If you know an article about it, please post a link.
Thanks!