When I call a webservice on IIS on Windows 2000 Server with .NET runtime 2.0, I get the following Error.
System.Net.WebE xception: The operation has timed out
From ASPX Pages, I call the web service, which in turn calls dlls for executing the sotred procedure. SP runs for about 10 mins. (It has to; because the application demands running such big SP in synchronous mode). I have set the execution timeout to 1 hour both in website...