Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I've to use Oracle 11g with ASP.NET MVC 5 and Entity Framework 6. I'm trying to use ASP.NET Identity to do user and role management and want to store this data in my Oracle 11g DB. I've Oracle.ManagedDataAccess and ODP.NET in my project. What is the best way to use Identity with Oracle in MVC 5 project template created by Visual Studio? Is it even possible?

Thanks in advance to angel who going to help me ;)
Posted
Updated 13-May-15 2:04am
v2

1 solution

When you are choosing identity management of ASP.NET, all the data goes thru a single connection string, so if you point that string to an Oracle database your identity will be stored in Oracle...
This is a sample of common usage of identity:
http://www.codeguru.com/csharp/.net/net_asp/mvc/securing-asp.net-mvc-applications-with-asp.net-identity.htm[^]
These are in connection with Oracle:
http://www.devart.com/dotconnect/oracle/docs/Identity-2-Tutorial.html[^]
http://www.devart.com/dotconnect/oracle/docs/Identity-2-Tutorial.html[^]
 
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