我有一個連接到本地SQL Server數據庫的Silverlight應用程序。它在我的WinXP計算機上按預期運行,但不在Win7 x64計算機上運行。 (SQL Server 2008中安裝。)
當我運行應用程序,我得到這個錯誤:從Web應用程序連接到SQL數據庫的問題(Win7 x64主機)
The remote server returned an error: NotFound.
我的web.config,的AppSettings:
<!-- For Development -->
<!--<add key="ConnectionInfo" value="data source=localhost\SQLEXPRESS; database=db003;integrated security=True;" />-->
<!-- For Win7 ?? -->
<add key="ConnectionInfo" value="server=(local); database=db003; Integrated Security=True;" />
感謝您的任何建議,我懷疑這是有點簡單,我有限的SQL Server體驗尚未遇到...
在我看來,問題是躺在'服務器=(本地);' – mauris 2009-12-10 14:04:30
找到「服務器=(本地)」在這裏:http://odetocode.com/Articles/345.aspx – Number8 2009-12-10 14:09:58
你看到端口1433在您的計算機上打開? – 2009-12-10 14:48:56