Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Custom Membership ProviderCustom Membership Provider
Previous
 
Next
New Post
1/5/2009 2:31 AM
 

Hi,

I'm building a custom MembershipProvider and I'm running into an issue where GetUser is triggered when an UserInfo object is created and populated.  And I must be missing something because GetUser returns a UserInfo object.. which is triggering another call to GetUser.. it's loops a few times, then finally completes the login.. but there seems to be a lot of unnecessary and redundant calls triggered.  Any Ideas?

Thanks,


Jay

 
New Post
1/6/2009 11:18 AM
 

Actually, I did a trace on the AspNetMembershipProvider that installs with DNN and it seems to do redundant calls there too.   Why is that?  It seems to makes web service implementations of a membershipprovider slow.  And I'm also wondering about the isHydrated.. it shows as False, and maybe that's why the GetUserMembership fires.. doesn't isHydrated mean that the object has been created and properties are set?

userLogin() executing with portalId: 0, username: Jay, password: password, authType: DNN, verificationCode, ,ref UserLoginStatus: LOGIN_FAILURE

GetUserMembership(ref DotNetNuke.Entities.Users.UserInfo user) firing

GetUser(int portalId, int userId, bool isHydrated) firing to return UserInfo for PortalId:0 and userId:3 and isHydrated:False

GetUserMembership(ref DotNetNuke.Entities.Users.UserInfo user) firing

GetUserByUserName(int portalId, string username, bool isHydrated) firing to return UserInfo for PortalId:0 and username:Jay and isHydrated:False

GetUserMembership(ref DotNetNuke.Entities.Users.UserInfo user) firing

 
New Post
1/15/2009 2:49 PM
 

I'm still not sure why all the redudant calls, but I found if I just cached some of my webservice call data using dnn caching that it's improved the performance quite a bit.  I'm not sure what the implications of the filling up the cache are.. but one problem down.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Custom Membership ProviderCustom Membership Provider


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out