up vote 0 down vote favorite
share [g+] share [fb]

I'd like to use LiveID on an ASP.NET MVC site. Should I still use the ASP.NET Membership provider? How about the default MVC Account controller? I have things working without either, but:

  1. Using the Membership controller lets me see when a user last logged in.
  2. Using the Account controller makes setting authentication cookies a bit easier.

Thoughts?

link|improve this question
feedback

1 Answer

Answered here before, Peter Bromberg has a nice sample. You would still use the Membership provider albeit as a custom provider.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.