473,800 Members | 2,930 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WebService Does Not Respond (if operation takes more than 5 minutes)


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
WebClientProtoc ol.Timeout, IIS connection timeout and
SqlCommand.Comm andTimeout; so I don't think it is a timeout issue.

Has anyone experienced this?

Rick

*** Sent via Developersdex http://www.developersdex.com ***
Nov 23 '05 #1
1 1707
I called Microsoft support and they were able to help me. The problem
was in my firewall. There was a 5 minute timeout.

*** Sent via Developersdex http://www.developersdex.com ***
Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1322
by: Lori Reddy | last post by:
Here are the variables left by the time we found a workaround for the problem: Across subnet. Across firewall. DCOM call from a DLL used in an ASP page. Two tests from a web server ("a") to another server ("b") over the firewall and subnet: First test ran a simple ASP page that created an object of
1
1968
by: Daniel | last post by:
loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres.
13
2355
by: david ullua | last post by:
Hi, In Expand.c of BSD system, I met the following codes, the expression (column & 07) if used to compare variable column and 7, if column<=7, it returns true, else false. It use (column & 07) rather than (column<=7), thus it brings me a question, does bit operation always work more efficiently than math operation? How about plus without carry? and minus without borrow? I have searched through google web and newsgroups, haven't found any...
1
1141
by: Garry | last post by:
I have a very small web site built using vb 2005. One page uses a login control and the other 2 pages use grid view, linked to my MS SQL database. when i publish the site (I click Build / Publish web site, FTP), it takes about 20 minutes to publish ! Also, visual studio is completely unresponsive during this 20 minutes. Very fustrating! I have tried checking and unchecking "Allow this precompiled site to be updatable", but this makes...
2
2439
by: Martin Eckart | last post by:
Hello, I have built a Hello World Web Service using Visual Studio 2005 and .NET 2.0 on machine A. Setting up a Web Site on machine B and adding a web reference to that WS works fine, without any delays. Setting up the same Web Site on machine C it takes forever after I select the WS and hit the "Add Reference" button in the wizard. Every time I updated the web reference the same. In addition the executing of the application takes...
1
1225
by: =?Utf-8?B?U2FqaXQ=?= | last post by:
Hi, I am trying to create a .net webservice, but i dont want the webservice to be accessed using .asmx extesnion .I should be able to accesses the webservcie using the url something like http://localhost/myservice.sac I have tried configuring the web.config of the webservice like this <httpHandlers> <add path="*.sac" verb="*" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0,...
0
1001
by: DR | last post by:
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! If I run PerformanceCounterCategory.Create() on my development machine it only takes a few seconds. But on remotely monitored machines it takes 3 minutes! Is this because the other machines are remotely monitored? Something else? What all can make PerformanceCounterCategory.Create() take 3 minutes to add a new category??
0
969
by: DR | last post by:
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
2
987
by: Waldy | last post by:
Hi there, I have a Web Site project that takes an age to run in debug mode. It takes so long to fire up that I forget why I was running it in the first place. It's driving me insane! I have deleted the ASP temporary files, but that did not make any difference.
0
9689
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10495
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10269
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7573
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5597
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4148
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.