0
기본 ADO.NET 엔터티 기반 데이터베이스가있는 ASP.NET MVC2에 백엔드를 구축했습니다. MVC의 백엔드에서 내 Windows Azure Worker 역할을 Ado.NEt 엔터티 기반 db에 연결하려면 어떻게해야합니까?
, 나는 즉 내 데이터베이스 엔티티 :Entities entities = new Entities();
전화 ... 것을 모두 잘 작동합니다.
Unforutnetly, 내 푸른/MVC2 프로젝트에 내 작업자 역할은 푸른 프로젝트가 이상한 예외를 던질 수 :
"The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid."
모든 아이디어의 신사 숙녀 여러분?