當我正在運行我正在運行的一個asp.net應用程序時,我將隨機獲得以下錯誤。通常它會發生3天左右,我被迫重新啓動我的機器來修復它,但它變得更糟,現在重新啓動dosn't似乎無法解決任何問題。我在我的機器上運行應用程序並進行了大量調試。所有與db的交互都是通過linq to sql完成的。數據庫在我連接的另一臺服務器上。有沒有人遇到過這個?有什麼建議麼?試圖連接數據庫時出現零星的SQL Server錯誤
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: TCP Provider, error: 0 - No such host is known.)
連通性,你能ping通該服務器? – 2010-04-01 16:13:33
同意,絕對是一個連接問題。如果能夠ping服務器,請確保它通過網絡配置表面區域或應用程序接受網絡連接,並將其配置爲接受TCP連接。 – 2010-04-01 16:17:06
它神祕地重新開始工作。當我再次彈出時,我會檢查是否可以ping通。 – 2010-04-01 16:38:19