我在 ASP.NET MVC2 中构建了一个后端,它有一个底层的基于 ADO.NET 实体的数据库。
在 MVC 后端,我调用我的数据库实体,即:
Entities entities = new Entities();
...一切正常。
不幸的是,在我的 Azure/mvc2 项目中,我的工作角色使 azure 项目抛出奇怪的异常:
"The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid."
女士们先生们有什么想法吗?