Windows Azureサーバーにアプリケーションをホストしました。私のデータベースインスタンスも、紺色の窓にあります。Azureサーバー - SQLサーバー接続の問題
いつか(常にではない)私は、次のエラーを取得しています:私はこのエラーにのみいくつかの時間を取得していますなぜ
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 - An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.) ---> System.ComponentModel.Win32Exception: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full --- End of inner exception stack trace ---
あなたは、アドバイスをしてくださいでした。
ありがとう@Rick van den Bosch、私はEFを使用しています。いつかこのエラーが出ることがあります。 –