Time out exception
-
Dear All, Dear All, I made a webservice, which takes more than 70 seconds to compute something. When I simply run the webservice it returns me the result. But when I access it through application(C# window), it raise TIMEOUT exception. I also tried via increasing the timout value for sessionState element but not able to solve the problem. :) With Regards Manoj
-
Dear All, Dear All, I made a webservice, which takes more than 70 seconds to compute something. When I simply run the webservice it returns me the result. But when I access it through application(C# window), it raise TIMEOUT exception. I also tried via increasing the timout value for sessionState element but not able to solve the problem. :) With Regards Manoj
-
Change the timeout for the object that handles the webservice call. It's the timeout for the web request, not the session timeout. --- b { font-weight: normal; }
Dear Guffa, I tried by increasing the httpRuntime's executionTimeout to 1300, still its not working.:) Thanks & Regards Manoj
-
Dear Guffa, I tried by increasing the httpRuntime's executionTimeout to 1300, still its not working.:) Thanks & Regards Manoj
-
Dear Guffa, Thanks you a lot for giving the solution. Actually your First reply given the solution, which I had not understood . Now I got what you were saying. :(( I am really sorry, i was not able to understand. :laugh: Thanks Thanks you a lot for the solution Manoj