login page asp.net core

Similar Posts

25 Comments

  1. Thank you for tutorial! Great work!
    In your “AccountController.cs” line 12 there should be “false” I think:
    return Json(new { status = false, message = “Invalid Password!”});

  2. Thank you for your tutorial! I’m following the whole tutorial from the beginning article in order to create a dashboard in ASP.net.

    However I’m running into problems in this section when I need to create models of my DB.

    How did you import the .sql file to your solution and what links should be established?
    The second problem is that it seems not possible to create models of a db in Visual Studio 2017?

Comments are closed.