문제

I'm trying to implement an ASP.NET app with different kind of users and a lot of business entities.

I thought that extending the default SqlMembershipProvider is the way to go.

So, What's the best way to extend the default ASP.NET SqlMembershipProvider to add more fields and logic ?

도움이 되었습니까?

해결책

I finnaly used the new ASN.net Identity and that solved the problem

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top