Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行に約 4 ~ 5 分かかる SQL Server のストアド プロシージャがあります。
WCF を使用して SQL Server に接続します。ただし、実行時間が長くなるため、タイムアウト例外が発生します。
クライアントでは receivetimeout に基づいて変更できましたが、WCF で接続タイムアウトを変更するにはどうすればよいですか?
クライアントのsendTimeoutパラメータとサーバーのreceiveTimeoutパラメータを変更します。