基礎となるADO.NETエンティティベースのデータベースを持つASP.NET MVC2でバックエンドを構築しました。
MVC バックエンドでは、データベース エンティティを呼び出します。
Entities entities = new Entities();
...そして、すべて正常に動作します。
残念ながら、私の Azure/mvc2 プロジェクトでは、My worker ロールにより、azure プロジェクトが奇妙な例外をスローします。
"The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid."
ご列席の皆様、何かアイデアはありますか?