2012-06-27 64 views
0

heelo這是我的連接字符串用戶Test_web登錄失敗'。代碼首先

<connectionStrings> 
    <add name="DefaultConnection" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=Test;Integrated Security=True" providerName="System.Data.SqlClient;Password=;User ID=;"/> 
    </connectionStrings> 
    <appSettings> 

,這是我的錯誤,請幫我 無法打開數據庫「DataLayer.Context.test」由登錄請求。登錄失敗。 用戶'test \ test_web'登錄失敗。

回答

0

您已在此指定「DefaultConnection」作爲連接字符串的名稱。所以你的上下文類應該有相同的名稱。 (這是ef code-first的默認約定)