ASP.Net Web Project Deploy with Database Migration at Different Project -


our solution contains (basically) 3 different projects.

  • web api
  • mvc
  • dbcore
  • domain

web api , mvc projects (as can guess) web projects , dbcore , domain class library projects.

dbcore contains entity framework definitions, configurations migrations.

web api connects dbcore through domain. infrastructure works want deploy , apply migration db while deployment. deployment wizard doesn't show me option because web projects don't contain dbcontext definition.

how can achieve this?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -