I am getting the following error here: http://mvcbense.azurewebsites.net/
Invalid object name 'dbo.BlogPosts'.
This is an MVC3 application using Entity Framework Code First. I have looked elsewhere and have only found something about changing the schema which I assume is what dbo.
is.
I am fairly new to EF, but it would look as if EF creates these for me, so I am unsure of what to do. Looking in my local SQL Server Express, all the tables have the dbo.
schema on them. Why would I be able to run them locally but not published to Azure?
Thanks