Hello,
If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.
SQL UPPER('info') is not equal to "info".ToUpperInvariant() in Turkish_CI_AS
Exception Details: System.Web.Security.MembershipCreateUserException: The Provider encountered an unknown error.
Sql Server Database Collation : Turkish_CI_AS
C# code for trying : WebSecurity.CreateUserAndAccount("info", "123456");
If Sql Server database collation is Turkish_CI_AS, I get that error at below cause UPPER function in SELECT Query in "GetUserId" method in SimpleMembershipProvider.cs class.
SQL UPPER('info') is not equal to "info".ToUpperInvariant() in Turkish_CI_AS
Exception Details: System.Web.Security.MembershipCreateUserException: The Provider encountered an unknown error.
Sql Server Database Collation : Turkish_CI_AS
C# code for trying : WebSecurity.CreateUserAndAccount("info", "123456");