.NET 4: How to configure EDMX file in other assembly in Web.Config
问题 I have a problem with configuring an EDMX file that lives in an other assembly than by web project. My project looks somewhat like this: Project 1 --> Database.edmx --> App.Config Project 2 --> Ton's of .cs and .aspx files. --> Web.Config with the proper connection string. Inside Visual Studio the updating of the .EDMX file inside Project 1 goes smoothly and while I had the .EDMX file inside project 2 the application ran as it supposed to. Anyone has an idea on how to configure the .EDMX file