Hello,
I have a WebService that uses ADO.net to update a SQL database on a
remote server. If the database operation takes less than 4 minutes
everything works fine. If the database operation takes more than 5
minutes or so the service does not return to the client. The client
hangs waiting for a response that never comes.
I have written to a log file when the database operation finishes; so I
know when the service should return. I have increased the
WebClientProtocol.Timeout, IIS connection timeout and
SqlCommand.CommandTimeout; so I don't think it is a timeout issue.
Has anyone experienced this?
Rick
Rick Sypriano - 12 Aug 2005 17:00 GMT
I called Microsoft support and they were able to help me. The problem
was in my firewall. There was a 5 minute timeout.