HI sir this is a great tutorial🙂 but i came across some issues. firstly in the Account controllers during 9:49 i got some errors for email and password. i also came across issues on the layout page at16:00 i got errors when writing the if statement
Create a heartbeat function that pings your server every 10-15 mins. If the server doesn’t receive a request from the front end the server then runs the sign out function.
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.
for some reason my entity.SaveChanges(); and UsersTbl u = entity.UsersTbls.FirstOrDefault(x => x.UserName == credentials.UserName && x.Password == credentials.Password); are giving me errors.
dude there is No Such thing as ASP.NET MVC 6. After ASP 5, .net framework ended. Asp.net core mvc was the next release. if you are talking about it, this video is not for .net core.
HI sir this is a great tutorial🙂 but i came across some issues. firstly in the Account controllers during 9:49 i got some errors for email and password. i also came across issues on the layout page at16:00 i got errors when writing the if statement
great job in very short manner
Best video for beginners. It helped a lot
Glad you think so!
Good working 👍👍
Thank you, that was just what I needed. One question: is there a way to implement auto logout when I close the browser?
Create a heartbeat function that pings your server every 10-15 mins. If the server doesn’t receive a request from the front end the server then runs the sign out function.
I am facing a problem while sign out its doesn't go back to login page
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.
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
very veryyyy nice
thanks a lot. you helped me very much
it helps man thanks
Happy to help :)
@@HassaanRaza can you please make how to design your pages in bootstrap please
@@zubeirayaanle6417 i have used the pages created by asp in this video, i haven't used bootstap.
@@HassaanRaza not the login but the other pages
for some reason my
entity.SaveChanges(); and
UsersTbl u = entity.UsersTbls.FirstOrDefault(x => x.UserName == credentials.UserName && x.Password == credentials.Password);
are giving me errors.
Up
gracias mi has ayudado
Thanks a lot !
This doesn't seem to be working for ASP.NET 6. I cannot find System.Web.FormsAuthentication.
dude there is No Such thing as ASP.NET MVC 6.
After ASP 5,
.net framework ended.
Asp.net core mvc was the next release.
if you are talking about it, this video is not for .net core.
@@HassaanRaza Yeah I was talking about core. Thanks for your response!