我的ASP.NET應用程序在開發服務器上完美運行,但是當我嘗試將其部署到本地IIS服務器或免費託管提供程序服務器時,在兩種情況下都會發生未處理的異常在後一種情況下存在的錯誤:asp.net應用程序中的服務器錯誤
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)
我花了幾天的時間來解決這個問題,但每一個地方它要求檢查遠程登錄connections.In不顧一切,錯誤原來一次再次。請幫忙。
驗證連接字符串是正確的。您可能有開發環境連接字符串。 –