我最近在寫一個網站.那我找了一個free web hosting.但不知道為什麼其中一頁不能連接我的資料庫..其他的都可以..
Dim cts As ConnectionStringSettings = ConfigurationManager.ConnectionStrings("MembersDB")
Dim sds As New SqlDataSource(cts.ProviderName, cts.ConnectionString, "")
複製代碼
我的錯誤是:
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)