2014-01-10 43 views
0

我的問題AttachDBFilename ASP.Net MVC無效值是下一個:關鍵「attachdbfilename」,我沒有使用上的ConnectionString

我試圖與實體框架在我的MVC應用程序遠程連接到SQL Server 2008和它拋出「無效值鍵‘attachdbfilename’,當我從來沒有設置該屬性對我的ConnectionString。

我有SQL Server和部署在不同的服務器上的MVC應用程序。當我部署在我的本地IIS這個問題不會發生,但當我部署pufff拋出錯誤的測試服務器上...

的ConnectionString的樣子THI s:

<add name="lalalala" connectionString="Data Source=ServerIP;Persist Security Info=True;Initial Catalog=MyDb;User Id=user;Password=secret" 
providerName="System.Data.SqlClient" /> 
+0

我猜你有一個流浪的web.config某處的服務器正被拾起。 – SethMW

回答

0

它是在你的machine.config中,有一個默認的連接字符串存儲在那裏。

相關問題