I have a site that uses the MySQL Membership Provider. It's written almost entirely in ASP.NET and it seems to work OK at first sight. Like when I create a new user (through a special page that invokes the Membership.CreateUser method) from my laptop (not where the live site is stored), everything works OK. However, when others do it, something goes wrong. Their account gets added to the my_aspnet_users table, but my_aspnet_membership remains unchanged. Why is it so inconsistent. How can I troubleshoot this issue?
↧