EF Code First cannot drop database

Programming, error messages and sample code > ASP.NET
"Cannot drop the database 'xxx', because it does not exist or you do not have permission."

In mySitePanel.net, you do not have permission to create and delete databases. So to use Code First, you must
use the Code First approach locally, create the database, then make scripts from that and run them on your database.