Alternatives to .Net Membership

后端 未结 5 1166
忘了有多久
忘了有多久 2020-12-29 06:54

Are there any alternatives\\mods to .net Membership?

I find it quite restrictive;

  • Cant change Username, easily. You have to create a new user and c

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 07:44

    As for the Profile there are a couple of alternatives out there. These two use either a table or let you call a stored procedure. Of course you can also implement your own. I personally got tired of using the Profile Providers, and found that dealing with the profile in my code was easier to control and contain.

    As for the other issues, you can also implement your own provider. Microsoft released the source code to the SQL Providers so it can give you a starting point.

提交回复
热议问题