Click here to Skip to main content
15,868,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using OAuth to login for my MVC 5 project using gmail OAuth credentials. Its working fine but here i have to need save login data to database instead of .mdf file (Which was created automatically when solution created).

How its possible to save these tables data (i.e. AspNetUserLogins and 5 other) to sql server database.

Thanks in advanced.

What I have tried:

No solution found on google search.. Is there any perfect way to manage these things.
Posted
Updated 23-Mar-17 20:31pm

1 solution

You know that the "create new website" in Visual studio 2012+ actually does this automatically for you right?

Here is a video that walks you through it: How to add OAuth and openID using Asp.net MVC 5 - YouTube[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900