MEMBERSHIP SCHEMA
Posted: Fri 04 Jul 2008 14:32
I see that PostgreSQLDirect.NET includes the membership provider which means that I can control the management of users and roles in an ASP.NET application but firstly I need to prepare the database schema in the App_Data folder of my project.
If I use Microsoft SQL Server (sqlMembershipProvider) such preparation is accomplished by a tool named "aspnet_regsql.exe" which creates the necessary tables, views and stored procedures.
In my case, I am using PostgreSQL. Does PostgreSQLDirect.NET has a tool like this to prepare the database schema?
I downloaded (and directly opened) the HTML Help Documentation but I cannot see anything only a message that says the information cannot be shown.
Respectfully,
Jorge Maldonado
If I use Microsoft SQL Server (sqlMembershipProvider) such preparation is accomplished by a tool named "aspnet_regsql.exe" which creates the necessary tables, views and stored procedures.
In my case, I am using PostgreSQL. Does PostgreSQLDirect.NET has a tool like this to prepare the database schema?
I downloaded (and directly opened) the HTML Help Documentation but I cannot see anything only a message that says the information cannot be shown.
Respectfully,
Jorge Maldonado