TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mark Tabor
587
2k
457.1k
Customization of aspnet identity provider for authentication
Mar 22 2020 12:05 PM
Hi, I have few questions regarding web development using .NET MVC, my site is basically a large data bank to find records
1- what is the best architecture i can follow for the web site development , what are the pre-existing modules available I can use like for login and other stuff
2- I am using Asp.NET identity for authentication purposes i want to ask few questions about it like is there any way i can import aspnet identity tables to my own custom database and use them from there ?
3- can i customize this method
await SignInManager.PasswordSignInAsync(model.Email, model.Password, model.RememberMe, shouldLockout: false);
as i need other parameters too like usertype,Active status etc
--------------------------------------------------------------------
Thanks in advance
Reply
Answers (
0
)
Below script is not working in my project
How to call more than two models within your View?