Picture of a lake in Canada

Entity Framework 4 - Database Issue

February 29, 2012 , posted under database mssql sql EF4 Entity Framework MVC4 Web API MVC4 I have been setting up a little web api with MVC4 and entity framework for a university project, everything was running fine on my local development machine, however when I created the database on my host (123-reg), via scripting the database (From SQL Management Studio) and removing commands 123-reg doesnt accept, my application would try and create the database, which my database account doesnt have permission to do. This was very strange behaviour as the database was in a compatible state, DbContext. Read more...