程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> SqlServer數據庫 >> 關於SqlServer >> SQL Server 2000報40錯誤

SQL Server 2000報40錯誤

編輯:關於SqlServer

最近准備用ASP.Net 2.0寫一系統,數據庫用SQL Server 2000,開發環境用VS 2005。運行系統的時候報下面的錯誤:

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  onnections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

開始一直想不明白,我明明用的是SQL Server 2000,為什麼報的錯是connecting to SQL Server 2005。後來才想起是由於安裝VS 2005時將SQL Server 2005的相關東西安裝上了,以至於SQL Server 處理連接請求時用的是SQL Server 2005服務處理的。SQL Server 2005的默認配置是不允許遠程連接的。因此會報上面的錯誤。關於SQL Server 2005遠程連接的配置在SQL Server 2005 Configueration管理程序裡有相關的設置。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved