IceDog
-
Total Posts
:
32
-
Reward points
:
3355
- Joined: Dec 28 '08
-
Status: offline
|
Confused about Membership Provider
Mon. Dec 29, '08 7:10 PM
( permalink)
Questions: 1. In all cases of configuration, user data is stored in an asp.net membership provider? 2. Where is the table that lists the users in the membership provider? (Can we view it with Sql Server Management Studio?) 3. I only enable 'EnableMembershipIntegration' when I am using the membership outside of the forum, ex: my website login?
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:Confused about Membership Provider
Mon. Dec 29, '08 7:47 PM
( permalink)
- if you already have an ASP.NET membership provider or plan to use it, the users will be stored in the ASP.NET membership provider in addition to the forum software user database
- ASP.NET membership provider comes with its own table. In addition, our users are stored in the [pgd_members] table in forum database. Both are viewable through the management studio.
- No, you only set it to true when you already have a membership provider in place or plan to establish one. This switch tells the forum software whether it has to communicate with an external membership provider for user authentication / import. It has nothing to do with your usage of your membership provider outside the forum.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|