I have an ASP MVC 5 application using Code First EF. I am setting up an environment to debug on a remote machine and follow these steps.
The website itself publishes fine, but I'm needing to publish the EF local databases along with it as well, content included. I've been digging around online but have had difficulty finding a step-by-step process for doing this that also allows for EF code first updates to the remote database.
Any help would be appreciated.