How to validate user with SimpleMembership
Posted
by
Rushino
on Stack Overflow
See other posts from Stack Overflow
or by Rushino
Published on 2012-10-09T03:34:23Z
Indexed on
2012/10/09
3:37 UTC
Read the original article
Hit count: 138
simplemembership
I am using SimpleMembership for user login stuff in my web application. I wrote a console that actually access my web application classes to avoid duplicate code. However, since my console application doesn't have anything related to user sessions the Login method doesn't work.
But is there a way to validate a user only using the SimpleMembership? In case i have to do it manually.. how can i do it ?
© Stack Overflow or respective owner