beelineuk
-
Total Posts
:
16
-
Reward points
:
1590
- Joined: Jun 01 '10
-
Status: offline
|
ProfileProvider and RoleProvider integration
Wed. Jun 2, '10 7:21 AM
( permalink)
Hi, Are there any plans to tie in support RoleProviders and ProfileProfilers? I was a little surprised this doesn't work already considering it does support membership. Thanks, Mike
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:ProfileProvider and RoleProvider integration
Wed. Jun 2, '10 11:12 AM
( permalink)
Profile - we need searchable profiles with high performance so we decided not to rely on the very slow ProfileProvider that comes with ASP.NET Role - the role (user group) implementation requires very careful manipulation, as it ties to all permissions we have for the forums. We couldn't find a reliable way to interact with external role providers so we decided not to implement an integration (esp. on deleting or adding roles - the forum needs to be notified from your role provider - no reliable way to guarantee this will happen).
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
beelineuk
-
Total Posts
:
16
-
Reward points
:
1590
- Joined: Jun 01 '10
-
Status: offline
|
Re:ProfileProvider and RoleProvider integration
Wed. Jun 2, '10 1:24 PM
( permalink)
Ok thanks. The reason I ask is for single sign-on with an external system it means the user profile information is not shared across systems. It's not ideal but something we can live with.
|
|
|
|
imex
-
Total Posts
:
2
-
Reward points
:
260
- Joined: Sep 03 '08
-
Status: offline
|
Re:ProfileProvider and RoleProvider integration
Tue. Jan 11, '11 2:55 AM
( permalink)
We have the same issue as well. In our case, the providers namely, Membership provider, Role Provider etc are customized and use a dll developed in-house. So, we need help in integration with Discussion forums that was purchased from ASP Playground.net. For a start, I have copied the dll to the BIN folder of Discussion Forums and copied the web.config settings related to Membership provider, Role Provider etc. Please help. Thanks, -imex
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:ProfileProvider and RoleProvider integration
Tue. Jan 11, '11 8:52 AM
( permalink)
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
imex
-
Total Posts
:
2
-
Reward points
:
260
- Joined: Sep 03 '08
-
Status: offline
|
Re:ProfileProvider and RoleProvider integration
Sat. Jan 22, '11 8:13 AM
( permalink)
Thanks for your reply. While the source code compiled successfully, when the compiled code is run, there are several missing DLLs such as "DATA_DAL.vb". In addition, the application throws errors such as "System.IndexOutOfRangeException:Cannot find table(0)" etc. Can you please let me know what I'm missing or the right way to compile code? Thanks, -Imex
|
|
|
|
Samuel
-
Total Posts
:
11786
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:ProfileProvider and RoleProvider integration
Sat. Jan 22, '11 8:21 AM
( permalink)
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|