Authentication in ASP.NET MVC | Login & Signup Page | From Scratch

preview_player
Показать описание

More ASP.NET MVC Tutorials:

Software Used in This Tutorial:
-Visual Studios 2019 Community Edition

Project Description:
-Based on ASP.NET Web Application (.NET Framework) : MVC Template
Рекомендации по теме
Комментарии
Автор

your tutorial was awesome, but I used vb code instead of C#, in spite of that I managed to build my authentication process successfully. Thanks

bawagrafix
Автор

I am facing a problem while sign out its doesn't go back to login page

chandragirianjali
Автор

Best video for beginners. It helped a lot

aymenkhalid
Автор

Thank you, that was just what I needed. One question: is there a way to implement auto logout when I close the browser?

jakubdabrowski
Автор

Why can i still access in login page after I successfully logged in? I type Account/Login in the url while im currently login and it actually takes me to the login page 🤣.. It supposed to take me back to index page since Im already logged in. What do you think is the problem here? Btw thanks for making this video it helps a lot.

hkhk
Автор

for some reason my
entity.SaveChanges(); and
UsersTbl u = => x.UserName == credentials.UserName && x.Password == credentials.Password);
are giving me errors.

flash
Автор

This doesn't seem to be working for ASP.NET 6. I cannot find

Joe-SoftwareEngineer