asp.net mvc - Can i use authorize/authentication for custom database -


can use authorization custom database have created own user table have following attributes , @ same time can use authorization check if user logged in checks role of user he/she can view page or not.

username role id etc.

i have tried session["username"] , many things manage login system didn't worked eg have 3 views managerpage testerpage developerpage each can view related page according roles manager tester , developer.

thank in advance please dnt block me ask me if cant explain problem.

going based on picture. should provide more information if going ask question in future.

select uid  dbo.user_project pid = '1'; 

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -