Http 404: Not Found (WebException)

Posted by Rajeev on Stack Overflow See other posts from Stack Overflow or by Rajeev
Published on 2009-07-17T14:02:33Z Indexed on 2010/03/08 5:06 UTC
Read the original article Hit count: 367

Filed under:
|
|

Hi,

I am using a console app/class library to invoke a asp.net web service. The class library queries the database and sends the data to the web service. What I notice is that when the amount of data is huge (with 20 columns and 18K records), i get a HTTP 404: Not Found exception from the web service.

I have tried increasing the maxReqeustLength and executionTimeout properties in the httpRuntime tag in the web.config of the web service.

Is there any thing that I can do to overcome this?

Thanks, Rajeev

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web