I am looking into blog engine and would like to be able to setup a blog for every user in my asp.net membership provider. This is easy to do, although setting up the permissions is not so simple.
Although this is not a great solution as far as i can tell the best way to do this is to create a new role for every user and assign that role to the new blog. Then assign the same rights to the new role that are assigned to the administrators role.
I am struggling to find out how to associate a role with a blog via c# code, and how to assign the rights to this role.
If anybody knows how to do this, or a better way to achieve my goal i would appreciate the help