I have a web service that has a method that takes a fair amount of time to
complete. One of my clients is stating that they are getting a timeout
back.
I am having difficulties getting my Windows XP workstation which is running
the web service and a simple VB.NET test client to timeout on the method.
I have looked and adjusted the following values with NO effect.
web.config
<httpRuntime executionTimeou t="2"/>
I even created a simple web service, that the method attempts to perform a
Sleep(100000), and the method never times out.
Help... I am starting to go crazy here...
I also looked at the machine.config and also the ScriptTimeout in IIS and
nothing makes a difference. My method call never times out...
I need to be able to reproduce a timeout in order to test the effects of the
timeout on my application code...
Any help would be very much appreciated,
Dave
complete. One of my clients is stating that they are getting a timeout
back.
I am having difficulties getting my Windows XP workstation which is running
the web service and a simple VB.NET test client to timeout on the method.
I have looked and adjusted the following values with NO effect.
web.config
<httpRuntime executionTimeou t="2"/>
I even created a simple web service, that the method attempts to perform a
Sleep(100000), and the method never times out.
Help... I am starting to go crazy here...
I also looked at the machine.config and also the ScriptTimeout in IIS and
nothing makes a difference. My method call never times out...
I need to be able to reproduce a timeout in order to test the effects of the
timeout on my application code...
Any help would be very much appreciated,
Dave
Comment