ASP.NET MVC 5:在Oracle中存储Asp身份表

问题描述:



我将使用Oracle 11g与ASP.NET MVC 5和Entity Framework 6.我正在尝试使用ASP.NET Identity来进行用户和角色管理,并希望将此数据存储在Oracle 11g数据库中。我的项目中有Oracle.ManagedDataAccess和ODP.NET。在Visual Studio创建的MVC 5项目模板中使用Identity with Oracle的最佳方法是什么?它是否可能?



提前感谢天使谁来帮助我;)

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 ;)

当您选择ASP.NET的身份管理时,所有数据都通过单个连接字符串,因此如果您将该字符串指向Oracle数据库,您的身份将存储在Oracle中...

是身份的常见用法示例:

http://www.codeguru.com/csharp/.net/net_asp/mvc/securing-asp.net-mvc-applications-with-asp.net-identity.htm [ ^ ]

这些与Oracle有关:

http://www.devart.com/dotconnect/oracle/docs/Identity-2-Tuto rial.html [ ^ ]

http://www.devart .com / dotconnect / oracle / docs / Identity-2-Tutorial.html [ ^ ]
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[^]