I have a scenario where i have to handle both Identity related tables and my functional tables. The problem that i am facing is, when i am trying to sign in, It creates the identity related tables but not my functional tables. The reason is, i have two contexts
created to deal with my db. I am using same database only.
I have the other db context which is in my DAL. If i manually update the database with my DAL db context, everything comes which is fine. But when i try to log in thru the site, all my functional tables are removed.
Any help to address this issue?
Thanks in Advance !!
Go to the complete details ...