I've had success in using Web Deploy to publish my web page, however the database (schema and data) are not being published at all.
.NET 4.5
MVC 5
EF Code First 6
Visual Studio 2013 for Web
I get no errors, the remote database connection is fine.
What am I missing?

