ASP.NET Login Control with PostgreSQL

I have an ASP.NET project and a PostgreSQL database. In my database, I have a table named user, and this table has attributes: passwordand nick.

I want to use the Login component in my ASP.NET project, but I do not know how to configure it for my own database. In the project, I use an empty ASP.NET webpage. And for connection I use ODBCor NpgSQL.

maybe I need a provaider membership ... How can I use it with postgreSQL ????

Many thanks.

+5
source share
3 answers

: ASP.NET, PostgreSQL SQL Server. , NpgSQL, :

http://dev.nauck-it.de/projects/aspsqlprovider/wiki/Install

( ):

  • NauckIT.PostgreSQLProvider.dll ~/Bin.
  • PostgreSQL Web.config.
  • PostgreSQL DatabaseSchema.sql script.
  • , , , . , , postgres. ASP.NET .

.

+3

, , - .

, microsoft postgresql, . , , Microsoft. .

, nauck. , . , sql script, , .

PGprovider code.google.com

  • pgProvider.dll, .
  • postgresql
  • web.config( , , )
  • Microsoft. ( , ). Microsoft
+1

All Articles