C#C
C#3y ago
Elif

asp.net6 Login Problem

i have a mvc web project and i use Entity Framework Identity package for authentication. But i have a problem with SignIn the error message;" ArgumentNullException: Value cannot be null. (Parameter 'value')". When i enter the wrong password it can route the page that i want (which is SignUp page) But it can't , when the password is correct. Here is my LoginController SignIn Actions, my program.cs file, adn error message;
"""
resim_2023-12-15_112833014.png
resim_2023-12-15_113247870.png
resim_2023-12-15_113333840.png
Was this page helpful?