AI OnAI Off
StarSuiteIntegrationMembershipProvider
I changed this to
StarSuiteMembershipProvider
and everything magically worked. That brings me to my next question; what is the difference between these to providers?
Hi Marius,
The StarSuiteMembershipProvider is the "default" provider that will look in the Community tables.
The StarSuiteIntegrationMembershipProvider is used when you want to use a another provider as default provider, for instance a Windows provider. After your default provider has authenticated the user, the user will be copied to the Community tables by the StarSuiteIntegrationMembershipProvider, since the Community product is dependent on the existence of the user in the Community tables.
Hope this clarifies things!
//Tom
Hi,
I "need" to use the asp:ChangePassword control in my SC3.1 solution. It fails immediately (I have not implemented any custom code) when it tries to find the Username for whom to change password. Has anyone implemented this control?
Error:
Object reference not set to an instance of an object.
StarSuite.Core.Web.Authorization.IntegrationMembershipProvider.GetUser(String username, Boolean userIsOnline) +33
System.Web.Security.MembershipProvider.GetUser(String username, Boolean userIsOnline, Boolean throwOnError) +31