我修改了web.config連接字符串。但是,在調試期間,我仍然看到舊的連接字符串。如何更新實體框架連接字符串
所以,我已經評論(並刪除)了舊的連接字符串,但是,並且通過服務器資源管理器添加了一個新的連接資源。在測試通過服務器瀏覽器左側面板上的嚮導連接 - 它說連接。
按照這個嚮導,當我訪問web.config時,我沒有看到新的連接字符串。
問題:我懷疑,我是不是以下步驟添加一個連接字符串 - 從設計師(在設計師的屬性面板 我怎麼可以添加或更新連接字符串,編輯變灰,輸出類型爲打造集會,並右擊只給了我選擇加入實體等,刪除字符串,並運行應用程序,不適用於連接字符串嚮導)提示
下面是字符串 -
<connectionStrings><add name="MaintRecordsDB_v1" connectionString="metadata=res://*/Models.DB.Model.csdl|res://*/Models.DB.Model.ssdl|res://*/Models.DB.Model.msl;provider=System.Data.SqlClient;provider connection string="data source=xxx.sample.net;initial catalog=MainDB;user id=maintRoot;password=hidden;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" /><add name="MainDBentities" connectionString="metadata=res://*/Models.DB.Model.csdl|res://*/Models.DB.Model.ssdl|res://*/Models.DB.Model.msl;provider=System.Data.SqlClient;provider connection string="data source=windflower.arvixe.com;initial catalog=MX_Dashboard;user id=maintRoot;password=hidden;multipleactiveresultsets=True;application name=EntityFramework"" providerName="System.Data.EntityClient" /></connectionStrings>
編輯問題2:如何添加另一個EF連接字符串,例如: MaintDB2
使用設計器,我在哪裏手動更新。