Re: ASP.NET Membership Provider Not Creating New Users Properly
Posted by: Fernando Gonzalez.Sanchez
Date: January 22, 2013 11:39AM

Hi,

Which version of Connector/NET are you using?

There was an issue in the past such that complex operations like MySqlMembershipProvider.CreateUser were not wrapped in a transaction.
Even with a latest version this can still be a problem if your are not using a transactional engine like Innodb (MyIsam just locks the tables and ignores commits/rollbacks).

You can also configure the membership provider to log errors to the windows event viewer (see http://dev.mysql.com/doc/refman/5.0/en/connector-net-website-config.html), to better understand what's going wrong with the other users.

Options: ReplyQuote


Subject
Written By
Posted
Re: ASP.NET Membership Provider Not Creating New Users Properly
January 22, 2013 11:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.