I work with entity infrastructure and azure, I have WCF as a website that uses methods from a project with an entity framework. It seems I am putting the connection string in the wrong file or that I am defining it incorrectly .. it looks like this:
<connectionStrings> <add name="AMTEntitiesContainer" connectionString="here goes my connection string" providerName="System.Data.EntityClient" /> </connectionStrings>
This is inside my app.config file in my object library project ... does it need to go into my webrole configuration? or should he log in to my WCF service?
source share