开发者

ASP.NET MVC Authorization without SQL Server

开发者 https://www.devze.com 2022-12-15 01:46 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消