I've recently been getting back into ASP.NET, and I'm learning all about MVC4 and such. One thing which has been annoying me is the SimpleMembership
stuff. It is supposedly there to save you time, a nice little membership system all made for you, but I've had nothing but problems getting it to work.
I'd rather just have my own tables, my own authentication code, my own handlers.
Is this something commonly done though? Do a lot of people use or discard SimpleMembership?
I don't want to become a web developer who has to work with SimpleMembership and can't get it to work, that would be embarrassing, but then on the other hand it seems so cumbersome and fiddly.
All opinions, facts and thoughts appreciated.