HI , i must create an application with a Forms Authentication in WPF, so i create a database(UserId,Username,Password,PasswordQuestion,PassworAnswer) and store data with Linq ToSQL but i don’t know the right procedure how to create LoginForm to authenticate the username and password with Linq ToSQl and set up the roles for each user. Do you have any idea or advice to do it right?
Thanks
Bye
I think you should look into creating a roles table first.
With that said, your LINQ query would look something like this:
Very vague question, though. If you can clarify, you’ll get better results.