ASP.NET: What is the connection between forms authentication and membership?
Posted
by blahblah
on Stack Overflow
See other posts from Stack Overflow
or by blahblah
Published on 2010-04-22T08:53:55Z
Indexed on
2010/04/22
9:03 UTC
Read the original article
Hit count: 249
As I understand it "forms" is just a method to authenticate users. Is this correct?
But what "membership" really is I don't know. I've written a custom membership provider but I still don't really see what's "membership" about it if I'm using a custom user table and custom roles table.
So what is forms?
And what is membership?
© Stack Overflow or respective owner