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?