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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -