ASP.NET MVC form authentication with role provider | Login & Registration using ASP.NET MVC

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

"Form Authentication With Role Provider"
======================================================
In This Video Tutorial I Am Going To Show You,
Custom Membership Login With Role Provider Using ASP.NET MVC

I Hope This Is A Nice Tutorial For You And You Enjoy This Video , So Must Watch This Video ✪ ✪ ✪

Working Process :

Create Database Table
00:05
Step 1 : Click On Visual Studio Create A New Project.
00:50
Step 2 : Remove Default View.
01:44
Step 3: Connect Database With Project.
03:30
Step 4 : Add A View
05:40
Step 5 : Write Code For Server Side In Controller
06:24
Step 6 : Write Code For Create A View Client side
08:38
Step 7: Run Project For Checking
10:22
Step 8 : Got Some Error Solve It
13:32
Step 9 : Login Is Complete Now Write Code For Role Base Authentication
16:46
Run Project

Connect With Us:

Subscribe And Watch The Video Again:

Tags:
Рекомендации по теме
Комментарии
Автор

Very good and simple, I'm looking for this about a week and no one answered me like your video, God bless you, now I can sleep

CrystalClearLense
Автор

is what I am seeking for...Thanks a lot....

surajlama
Автор

Many thanks! Best regards from Poland!

adki
Автор

Awasome. Thanks very much. İf You recorded your voice its then nice (:

kemalcetin
Автор

exactly at 5:10, how did so many lines of code came just after you selected the return View() part. Please reply asap.

pranayansaha
Автор

i have implemented the application same as you have done but when i browse home/index it is getting redirected to account/index . It is happening only when i decorate the index action with authorize filter .How to solve this?

abhinaykumar
Автор

How would the remember me part be added?

migueleduardo
Автор

After Logout I can logout back to the page how can i prevent the back button if i logout successfully. Please reply

shubhammaini
Автор

Do you create a custom authentication? I can not login like in your video, because I had to go into default login system.

can you help me ? how to turnoff the default system login?

hiwreksa
Автор

Can you help create more video logins for both home users and admin, please?
Example : Admin=>login to Admin Panel, User=>Login to home user

sadenlav
Автор

great tutorial, but when i try to do first login it redirect me to Account/Login. why?

leleDisaji
Автор

i have an error in the HomeController


if (Ur1.IsLocalUr1(returnUr1) && returnUr1.Length > 1 && returnUr1.StartsWith("/")
&& !returnUr1.StartsWith("//") && !returnUr1.StartsWith("/\\"))


the name Ur1 does not exist in current context
can you help me

aelynjoshuaanirudhe
Автор

sir i am using VS 2012 i am not able to add
@using Microsoft.AspNet.Identity how to resolve it

AllBestShortsVideos
Автор

Hi I gone through the video and implemented the authentication, it is working well in local system but in deployed system can't able to login even after providing the valid credentials, could you people address the issue please. Thanks in advance.

raghurumagatte
Автор

I used jQuery validation from your previous videos. Can you please help me with regards to that?

leratomogoeya
Автор

How we add roles. And how u used MyRoleProvider class . Explain it . It is not working properly .

raquib
Автор

hi, where to change connection string in the project, not getting in web.config correctly

pravinw
Автор

Thanks for the vid It helped. but why didnt you create the database in the vid?

tuxedious
Автор

i want to login as student role on another page, how can i do that ? like not with admin role with another role

scholarshipportal
Автор

it has error when i type wrong user and pass says " Sequence contains no elements"

bzzrek