D
David
Hi all,
I have looked for groups pertaining to membership but there appears to be
none.
I am working on a CMS system in .NET 2.0 and using the membership. However,
there are limitations to membership that I need to override.
I have seen...
http://msdn2.microsoft.com/en-us/library/ms366730(VS.80).aspx
This doesn't quite answer my questions.
Basically, the CMS system will have 3 administrative levels.
Global Admin
Site Admin
Portal Admin
Basically, the CMS can contain many sites. A global admin will monitor ALL
of them.
Each site can have many portals. A site admin administers ALL the portals.
Each portal will be administered by a portal admin.
Membership will register for a portal. The site admin may then make a
registered portal member a member of another portal, so a single sign-on
across multiple portals within the site.
So, Each portal has a SiteID associated with it. Each portal has a UserBase
(the userbase table basically being a lookup table, with the Membership
UserID being linked to a PortalID)
When a member logs in, I would assume that the membership system (the bit I
have to write) has an array (of somesort) that can be accessed to find what
portals the user has access to.
How would I best approach this?
Any help (even just pointers or just floating of ideas) would be very much
appreciated as at the moment, having no membership experience, I am like a
fish out of water.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
I have looked for groups pertaining to membership but there appears to be
none.
I am working on a CMS system in .NET 2.0 and using the membership. However,
there are limitations to membership that I need to override.
I have seen...
http://msdn2.microsoft.com/en-us/library/ms366730(VS.80).aspx
This doesn't quite answer my questions.
Basically, the CMS system will have 3 administrative levels.
Global Admin
Site Admin
Portal Admin
Basically, the CMS can contain many sites. A global admin will monitor ALL
of them.
Each site can have many portals. A site admin administers ALL the portals.
Each portal will be administered by a portal admin.
Membership will register for a portal. The site admin may then make a
registered portal member a member of another portal, so a single sign-on
across multiple portals within the site.
So, Each portal has a SiteID associated with it. Each portal has a UserBase
(the userbase table basically being a lookup table, with the Membership
UserID being linked to a PortalID)
When a member logs in, I would assume that the membership system (the bit I
have to write) has an array (of somesort) that can be accessed to find what
portals the user has access to.
How would I best approach this?
Any help (even just pointers or just floating of ideas) would be very much
appreciated as at the moment, having no membership experience, I am like a
fish out of water.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available