Posts by Ronnam de Lima • 51 points
3 posts
-
1
votes1
answer480
viewsA: User registration and password
I found the problem. It turns out that the system was searching for the password of the entity "Accounts", but it was empty because it had configured Microsoft.AspNet.Webpages.Webdata to store the…
-
4
votes1
answer480
viewsQ: User registration and password
I have an acceptance problem. After configuring Microsoft.AspNet.WebPages.WebData and the corresponding classes, the system correctly created the tables in the database so that I could implement the…
-
0
votes1
answer214
viewsA: How to save additional data in the database?
Hello, I know the method WebSecurity.CreateUserAndAccount(). You can try something like WebSecurity.CreateUserAndAccount(NomeUsuario, Senha, new { SobrenomeUsuario = SobrenomeUsuario }); The idea is…
asp.net-mvc-5answered Ronnam de Lima 51