ASP MVC 3 Basic Register / Login / Logout on a different table
问题 I have seen the default 'Account' Model and Controller which comes default with a standard MVC3 Application, how ever, as I have generated my Database first. I already have designed my own 'Users' table, which I'd like a simple Registration / Log in / Log out to be implemented. Are there are good tutorials showing me how to do this or any advice from yourselves? Many thanks for your time. 回答1: It's simple. Create your class derived from the abstract class MembershipProvider public class