AspSQLProvider with PostgreSQL 9
Added by Martin Irigaray 7 months ago
Hi, i'm using the provider with a postgreSQL database version 9.
When i try to create a new user o validate an existing one, it gives me error:
Operation aborted due to an exception (see Trace for details)
[ProviderException: Operation aborted due to an exception (see Trace for details).]
NauckIT.PostgreSQLProvider.PgMembershipProvider.GetUserNameByEmail(String email) +512
NauckIT.PostgreSQLProvider.PgMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) +290
System.Web.Security.Membership.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) +207
website.Controllers.AccountController.Register(RegisterModel model) in C:\ideati\honduras\sistema\website\website\Controllers\AccountController.cs:82
lambda_method(Closure , ControllerBase , Object[] ) +162
Can you help me with this situation?
thanks in advance
Replies (1)
RE: AspSQLProvider with PostgreSQL 9
-
Added by Martin Irigaray 7 months ago
Sorry, was a problem with my connection string.
The database connection failed. But it doesn't gives me any advice of that error.
(1-1/1)