“SQL Server does not allow remote connections”錯誤的解決

來源:互聯網
上載者:User
安裝DNN 4.8的時候出現這個錯誤

Connection Error(s):
Index #: 0
Source: .Net SqlClient Data Provider
Class: 20
Number: 53
Message:
An error has occurred while establishing a connection to the server.
When connecting to SQL Server 2005, this failure may be caused by the
fact that under the default settings SQL Server does not allow remote
connections. (provider: Named Pipes Provider, error: 40 - Could not
open a connection to SQL Server)

因為對於SQL Server 2005 Express Edition 和 SQL Server 2005 Developer Edition 預設的設定是不允許 remote connections 的,參考MSDN的文檔可以更改設定:http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277

我的機器上安裝了SQL 2000 的Personal版本和SQL 2005 Express(隨VS自動安裝的),我使用的是SQL 2000的Personal版本,應該不存在這個問題。在研究一番之後找到了答案。

在沒有安裝SQL 2005 Express之前,我的機器上只有一個SQL Server,我一般在連接字串裡使用local來指明使用本地的SQL 2000 Personal 版本。安裝Express版後,機器上會存在兩個SQL 的執行個體。

一個是LAND001(我的電腦名稱),一個是LAND001\SQLEXPRESS。這個時候,如果還是用local來指代SQL Server Personal版本,DNN安裝是不會找Personal版,而是找到 Express版。

解決辦法,連接字串中使用SQL的執行個體名準確指定要使用的SQL Server,比如LAND001。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.