ASP.NET MVC Authorization without SQL Server
I want to use standard authorization with forms. But all tables must be saved not in mdb file which used by default, but in Oracl开发者_Go百科e. Would you please provide me information how to do this? Thanks!
I've never had to use Oracle, but to help you out you need to look into the ASP.NET Membership Providers. By default it does point at SQL Server, but I believe there have been Oracle implementations that are available.
You can use the Oracle providers for ASP.NET.
http://download.oracle.com/docs/html/E15168_01/IntroOverview.htm
精彩评论