views:

116

answers:

2

I want to use standard authorization with forms. But all tables must be saved not in mdb file which used by default, but in Oracle. Would you please provide me information how to do this? Thanks!

+1  A: 

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.

Agent_9191
A: 

You can use the Oracle providers for ASP.NET.

http://download.oracle.com/docs/html/E15168%5F01/IntroOverview.htm

Theo