hello frnds,having been working on a little project of mine as a new learner of the asp.net mvcc framework.. am having a little difficult. so here my scenario..
I am creating an online Admission System where users students who are interested can apply for admission..
Any student who wants to apply for admission must create an account..
and so i created an asp.net mvc5 application that uses users accounts,to effectively create users in my system..
My scenario is a user account must be mapped to a student who wants to apply for admission..
but because i use the asp.net mvc default authentication,i find it difficult to map the user account class to my student class..
i have searched online nd d only suggestions i saw was to manually add the relationship in my sql database but i dont think it will achieve the result.
so anyone who has had such difficulty can please share a thought with me to go about the process..
i just need to link my user account being created by defaault for me to my student class