I am using POCO approach on all my projects using Entity Framework. It\'s all good but I have one problem: It is creating database on my SQL Express, instead I want it to st
Set an appropriate connection string in Web.config that makes use of the AttachDBFilename keyword.