YAFLogo

Phil D
  • Phil D
  • 70.6% (Friendly)
  • YAF Forumling Topic Starter YAF Version: 4
8 months ago
So, I've run my demo and the management like what they are seeing from the YAF so my next task is integrating with our existing ASP.Net membership.

From your experience what is the best way to do this efficiently?

 

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
8 months ago
The old asp.net Membership isn't supported in ASP.Net Core. YAF Only works with the ASP.NET Identity provider.

So you would need to migrate the old Asp.Net Membership tables first to Asp.Net identity tables. Which can be done with an sql Script explaind here....

https://learn.microsoft.com/en-us/aspnet/identity/overview/migrations/migrating-an-existing-website-from-sql-membership-to-aspnet-identity