0

I have already tried to use out of box of ASP.NET membership provider and MembershipReboot.

but I also would like to know is there any way that I can integrate ASP.NET Identity V2?

Aggis Wu
  • 99
  • 1
  • 10

1 Answers1

1

You can use the same extensibility points that both Membership and MembershipReboot use to support ASP.NET Identity.

Brock Allen
  • 7,385
  • 19
  • 24