Entity Framework 4.1 Code First works great with SQLEXPRESS on localhost. However, I\'m now ready to connect to a regular SQL 2008 server
SQLEXPRESS
localhost
SQL 2008 server
Try not to used the windows-intergrated authorization, like what I replied in this post: EF Code First - {"CREATE DATABASE permission denied in database 'master'."}. It worked for me.