I know this might sound like something which is explained everywhere.. but I've been watching lots of asp.net/learn videos reading articles - and still there's something missing that explains how all this "Membership" ties together.
On the one hand, there's this built-in .net user management which allows you to create roles, users etc. Then on the other hand, getting that user, storing it (in the Session etc) seems a strange task, from what I have read, involving creating your own 'Principal' objects etc.
If there is anyone out there who has the understanding and time, could they give us(me) a brief explanation of what is what with all this. Maybe how it ties together... How do I use a string username/password to see if an account exists, log them in, check if they are in the correct role for an action .. or even get all the roles which the user is part of?
I know this question might not go down well with people who already understand the .net user stuff well, but please only answer if you can help.
Many thanks in advance. peteski