Which ASP.net Authentication/Membership Model -


i begin building new asp.net web forms application. had read quite bit new asp.net identity system , chose default option when creating new web forms solution.

i surprised 2 things:

  1. the lack of features baked standard system, particularly when compared older asp.net membership service. live (if had to!), if wasn't for...
  2. the lack of documentation/documented examples on how implement standard/simple membership service new asp.net identity framework.

i did come across article on migrating existing website sql membership asp.net identity, seemed lot of effort (maybe i've become lazy when comes implementing membership services!).

can recommend resources explain how implement asp.net identity? or people still using older membership systems or else?

any advice appreciated.

this not quite answer, perhaps explanation...

i expecting new asp.net identity service replacement/upgrade of older membership service - have been using several years. after searching , reading, not believe replacement, @ least, not yet.

from can see, appears 'just' foundation layer building own membership system. out of box, doesn't appear manage account validation, password retries or of other things you, or @ least i, expect/need developing public web application.

if want build own membership system, fine, @ point didn't (although amount of time have spent researching , playing various extensions have found blog posts etc, have done!).

for more background , possible quicker , easier alternative, see post brock allen the good, bad , ugly of asp.net identity.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -