最近准備用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管理程序裡有相關的設置。