In VS 2013, when I choose the individual auth., VS generates an authentication platform for me.
The structure of my data is in such a way that I have different types of Users, so I want to apply inheritance to the model so I can have different class for the User types.
How can I possible achieve this, or which class manages the user model in MVC so I can inherit from it.
Thanks.