ASP.Net Membership has locked up Members UI in BackOffice
Has anyone had this occur? I'm using Umbraco 4.7.0 and simply replaced the Umbraco membership references with the standard asp.net membership for membership, roles and profiles. My relavent config is below. I created members and roles in the WAT as would normally be done. I was expecting to see my members when I clicked on the "Members" link but No!! Instead I receive a continuous "loading" of the members section which makes no sense. I'm able to authenticate my users properly and save properties in the new sql provider. Can anyone clue me in on what I'm doing wrong? When I replace the default SQLMembershipProvider with UmbracoMembership provider the members page loads but of course it shows the wrong data.
ASP.Net Membership has locked up Members UI in BackOffice
Has anyone had this occur? I'm using Umbraco 4.7.0 and simply replaced the Umbraco membership references with the standard asp.net membership for membership, roles and profiles. My relavent config is below. I created members and roles in the WAT as would normally be done. I was expecting to see my members when I clicked on the "Members" link but No!! Instead I receive a continuous "loading" of the members section which makes no sense. I'm able to authenticate my users properly and save properties in the new sql provider. Can anyone clue me in on what I'm doing wrong? When I replace the default SQLMembershipProvider with UmbracoMembership provider the members page loads but of course it shows the wrong data.
<connectionStrings>
is working on a reply...