|
-
Sep 2nd, 2010, 09:37 AM
#1
Thread Starter
Junior Member
Setting timeout on a vb.net webservice.
Setting timeout on a vb.net webservice.
Anyone know how to do this. :-)
-
Sep 2nd, 2010, 03:49 PM
#2
Re: Setting timeout on a vb.net webservice.
What do you mean by that, exactly? If you mean you want there to be a delay in returning a response, you would use
Code:
Threading.Thread.Sleep(number of milliseconds to wait)
I think... but maybe it's different with web services?
-
Sep 3rd, 2010, 04:47 AM
#3
Thread Starter
Junior Member
Re: Setting timeout on a vb.net webservice.
I've tried this and it doesnt seem to work>
Code:
<httpRuntime
executionTimeout = "99999"
maxRequestLength = "10000"
/>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|