I have a ASP.NET project and PostgreSQL database. In my database, I have table named user and that table has attributes: password and nick.
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 ODBC or NpgSQL.
maybe i have to ues membership provaider... How can i use it with postgreSQL ????
Thanks a lot.