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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -