views:

25

answers:

0

I noticed AccountController and views aren't in S#arp Architecture project. And I've noticed there has been some trash talking of the code so I guess that's why S#arp doesn't include it. What's the recommended approach? I had planned to write this myself anyway but changed my mind after reading Scott Hanselman's book that included Nerd Dinner, which uses MVC's default authentication model.

What are your thoughts on using the aspnet_user, aspnet_membership, etc tables versus using your own schema?

Do people just not like the mvc accountcontroller implementation or the whole Microsoft security approach in general?