Migrations in Identity with Multiple Data Access Layers -


i have application consists of console app runs in background , web app interface data. because many database functions used 2 applications have data access layer (dal) used access database , data model layer (dml) created database. using code-first solution , have enabled migrations on dml. however, beginning implement user logins using identity framework , on web app side of things. can enable migrations in app - identity models/data located in same database other data. wondering if i’m going screw things trying enable migrations on same database different application? tia.

so, appears can add migrations same database different projects. pleased. i’d still appreciate guidance or “don’t this” comments.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -