Q
Q. John Chen
I have an INTRAnet site that need to add some content management
feature. And I thought that I can use the WebParts.
Since this is an internal site, I use Windows authentication so the use
don't have to logon. But for authorization, I uses an EXISTING
corporate database (nothing to do with aspnet_Membership etc.). In
short, I created GenericIdentity and GenericPrincipal for the
application so the security part works well.
Now my trouble is how can I integrate WebParts personalization.
Following are something with the EXISTING db.
1. Applications table - It contains all application the company
developed. Not just web applications.
2. Users table - User information with the NT login as the ID.
3. ApplicationUsers (AppID, UserID) - Users who can use the
application. (Not exactly but I made up this way for simple
illustration)
My Question is how can I do the WebParts Personalization.
Any suggestion?
Thanks
John
feature. And I thought that I can use the WebParts.
Since this is an internal site, I use Windows authentication so the use
don't have to logon. But for authorization, I uses an EXISTING
corporate database (nothing to do with aspnet_Membership etc.). In
short, I created GenericIdentity and GenericPrincipal for the
application so the security part works well.
Now my trouble is how can I integrate WebParts personalization.
Following are something with the EXISTING db.
1. Applications table - It contains all application the company
developed. Not just web applications.
2. Users table - User information with the NT login as the ID.
3. ApplicationUsers (AppID, UserID) - Users who can use the
application. (Not exactly but I made up this way for simple
illustration)
My Question is how can I do the WebParts Personalization.
Any suggestion?
Thanks
John