Ask a Question related to ASP.NET Web Services, Design and Development.
-
Franck #1
WebMethod Delay
Hi,
Got a webmethod which call a complex stored procedure on my Sybase
Database.
Running the procédure from a Query Tool last for 1'30 minute.
However, calling the stored procédure from my webmethod fails. In
fact, I get no response, or response does not come... I just got a
blank page which blocks at 38%....
Any idea about the problem ?
Thks for help.
Franck Guest
-
WebMethod returning a object in a COM dll
Hi All I have writen a web method(C#) which is to return an Serializable object declared in a COM dll. The project compiles & but I am not... -
How do I get the WebMethodAttribute from within a webmethod?
I need the description out of the WebMethodAttribute on my web method. I want to be able to throw my own exception and tell it what method threw... -
cant return ArrayList from webmethod
play around with this: http://www.winisp.net/cheeso/srcview.aspx?file=Arrays.asmx "miro" <anonymous@discussions.microsoft.com> wrote in message... -
Webmethod OnEnd
Hello, I have a requirement on my webservice. I want to track when a request had come to my webmethod and when the response was completed. I... -
cant add another webmethod :(
Hello I have this code: <%@ WebService language="VB" class="TCPUtil" %> Imports System Imports System.Web.Services Imports... -
Franck #2
WebMethod Delay
Hi,
Got a webmethod which call a complex stored procedure on my Sybase
Database.
Running the procédure from a Query Tool last for 1'30 minute.
However, calling the stored procédure from my webmethod fails. In
fact, I get no response, or response does not come... I just got a
blank page which blocks at 38%....
Any idea about the problem ?
Thks for help.
Franck Guest
-
Franck #3
Re: WebMethod Delay
NeverMind... IIS Timeout Value
Franck wrote:> Hi,
> Got a webmethod which call a complex stored procedure on my Sybase
> Database.
>
>
> Running the procédure from a Query Tool last for 1'30 minute.
>
>
> However, calling the stored procédure from my webmethod fails. In
> fact, I get no response, or response does not come... I just got a
> blank page which blocks at 38%....
>
>
> Any idea about the problem ?
>
>
> Thks for help.Franck Guest



Reply With Quote

