|
-
Jun 23rd, 2005, 06:54 AM
#1
Thread Starter
Hyperactive Member
Timeout Problem
I have a small website on my localhost, which calls a Web Service to fetch some data from from a network server. Now I run the Stored Procedure in Query Analyzer and it only takes about 15-20 seconds. But when I call it from my website it times out ??? Any idea why ?
-
Jun 23rd, 2005, 07:57 AM
#2
Re: Timeout Problem
You can change how long your ASP.net code waits for a webservice before it times out by using the following methods:
(1) Server.Timeout
http://msdn.microsoft.com/library/de...meoutusage.asp
(2) WebClientProtocol.Timeout
http://msdn.microsoft.com/library/de...meouttopic.asp
-
Jun 23rd, 2005, 09:46 AM
#3
Thread Starter
Hyperactive Member
Re: Timeout Problem
 Originally Posted by alex_read
I specified server.scripttimeout property but still does not work ???
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
|