Custom Membership Provider ASP.NET with custom database

487 Views Asked by At

I have been struggling a few days with creating a simple user authentication to a webapp i am developing. I want a simple login function with logged-in-only pages.

I do already have a database with users which i need to use, and this is not a ASP.NET membership database.

I don't want to belive that this is a hard task to solve, but it sure seems like it.

Can someone please help me on the way?

0

There are 0 best solutions below