I am rebuilding a website (from v4) that used a custom membership provider in order to connect to a 3rd party system, where members were managed. These members were then allowed to log onto the members area of the website. So, this is members not users.
I used System.Web.Security.MembershipProvider and System.Web.Security.RoleProvider.
Do I still use the same method now (v7.4.1), or are there new / better alternatives?
Custom Membership Provider in 7.4.1
I am rebuilding a website (from v4) that used a custom membership provider in order to connect to a 3rd party system, where members were managed. These members were then allowed to log onto the members area of the website. So, this is members not users.
I used System.Web.Security.MembershipProvider and System.Web.Security.RoleProvider.
Do I still use the same method now (v7.4.1), or are there new / better alternatives?
is working on a reply...