Hi,
I have a probelm in ASP.NET application
I am calling a web service from my ASP.NET application it works fine on some machines but on some machine it throws Exception
"System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> The operation has timed out"
Even i set Timeout property of web service class 10min but it throws exception after 120 sec.
...
Go to the complete details ...