Login control in ASP.NET with PostgreSQL

fugWrardwaw

New Member
I have a ASP.NET project and PostgreSQL database. In my database, I have table named \[code\]user\[/code\] and that table has attributes: \[code\]password\[/code\] and \[code\]nick\[/code\].I want use the Login component in my ASP.NET project, but I do not know how can I configure it for my own databse. In the project I use an empty ASP.NET web page. And for the connection I use \[code\]ODBC\[/code\] or \[code\]NpgSQL\[/code\].maybe i have to ues membership provaider... How can i use it with postgreSQL ???? Thanks a lot.
 
Top