G
Grant Merwitz
Hi
I am running a rather large method through a webservice.
Now, i keep getting a timeout.
I've found an article which seems to be the solution, but cannot for the
life of me figure out how to use it.
I am told to use the following code to set the timeout property of the
proxy:
webserver.Service1 ws = new webserver.Service1();
ws.Timeout = System.Threading.Timeout.Infinite;
But i cannot find these settings at all.
there is no class called webserver, and my consumed webservice does not have
a Service1 class or a Timeout property.
Where can i find these settings:
KB Article: http://support.microsoft.com/?kbid=819692#appliesto
TIA
I am running a rather large method through a webservice.
Now, i keep getting a timeout.
I've found an article which seems to be the solution, but cannot for the
life of me figure out how to use it.
I am told to use the following code to set the timeout property of the
proxy:
webserver.Service1 ws = new webserver.Service1();
ws.Timeout = System.Threading.Timeout.Infinite;
But i cannot find these settings at all.
there is no class called webserver, and my consumed webservice does not have
a Service1 class or a Timeout property.
Where can i find these settings:
KB Article: http://support.microsoft.com/?kbid=819692#appliesto
TIA