我有一臺服務器上運行的Gui與同一臺機器上的IIS和SQL數據庫。用於訪問不同機器上的SQL服務器的IIS
我在webconfig中有這個連接字符串。
Data Source=localhost\SQLEXPRESS;Initial Catalog=XYZDB;Integrated Security=True
現在我想在不同的服務器上訪問另一個數據庫,我認爲這將只是把我爲「localhost」更改爲機服務器的名稱,但不工作。
任何想法,我應該如何去這樣做..
任何幫助是極大的讚賞
謝謝。
錯誤消息:
Exception Details: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
什麼是錯誤信息? – 2010-10-12 19:06:57