Author: Tualatin | Posted on: 9/15/2010 4:09:23 PM | Views : 1086

Background:
My GoDaddy Hoste account currently hostes the website for the entire league, and multiple team websites (with hundreds more to come with growth).  Each team website is built from a template, has a unique URL and is hosted in a directory dedicated to that domain.
aspnetdb:
Each team's administrator logs into the team website to make changes.  I learned to make use of the Login controls and Microsoft's aspnetdb and was inspired to have one, single aspnetdb database to serve all team websites.  It works just fine, or so I thought.  The problem is that the administrator credentials work for all websites - so the adminstrator for team A can have lots of fun with team B's website.
The Question:
How do I reconfigure the aspnetdb database to allow for the following:
Master Adminstrator ( ...

Go to the complete details ...