Click here to Skip to main content
15,902,777 members
Home / Discussions / Web Development
   

Web Development

 
GeneralSending char array from client(VC++) to Delphi(Server) Pin
CraZyToLearn26-Feb-08 2:23
CraZyToLearn26-Feb-08 2:23 
GeneralCapturing Javascript Events Pin
Brendan Vogt26-Feb-08 2:03
Brendan Vogt26-Feb-08 2:03 
GeneralRe: Capturing Javascript Events Pin
Christian Graus26-Feb-08 13:47
protectorChristian Graus26-Feb-08 13:47 
AnswerRe: Capturing Javascript Events Pin
Brendan Vogt26-Feb-08 20:46
Brendan Vogt26-Feb-08 20:46 
GeneralRe: Capturing Javascript Events Pin
Expert Coming26-Feb-08 20:49
Expert Coming26-Feb-08 20:49 
GeneralRe: Capturing Javascript Events Pin
Brady Kelly26-Feb-08 21:43
Brady Kelly26-Feb-08 21:43 
GeneralRe: Capturing Javascript Events Pin
Nilesh Hapse26-Feb-08 23:30
Nilesh Hapse26-Feb-08 23:30 
GeneralWeb Service timeout issue with large size XML file Pin
mpavas25-Feb-08 22:00
mpavas25-Feb-08 22:00 
Hello,

We have a webserivce which is used to Import data to database. The user consume it and pass the XML as string. The size of the XML will be greater then 7 mb... . There are two type of error appears when we test this webservice.
And the user may use it multiple times depend on the number of files i.e this web service can be called in a loop.

Sample code of the consumer is as below:

using (StreamReader rdr = File.OpenText(@subPath))
{
stringXML = rdr.ReadToEnd();
string ret = A.InsertDMFProductData(stringXML); // call to a web method
Response.Write(ret);
}

Below are the three different errors:

1. The underlying connection was closed: An unexpected error occurred ...

2. System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config file. --->
System.Web.HttpException: Maximum request length exceeded ...

3. System.Net.WebException was unhandled by user code
Message="The operation has timed out"
Source="System.Web.Services"

I have tried placing this code in the consumer and web service Web.config file
<httpruntime maxrequestlength="2097150" executiontimeout="3600">

Could you please suggest how can we resolve this issue.

Regards,
Pavas

GeneralRe: Web Service timeout issue with large size XML file Pin
Navneet Hegde26-Feb-08 0:05
Navneet Hegde26-Feb-08 0:05 
GeneralRe: Web Service timeout issue with large size XML file Pin
mpavas26-Feb-08 0:59
mpavas26-Feb-08 0:59 
GeneralRe: Web Service timeout issue with large size XML file Pin
Navneet Hegde26-Feb-08 1:19
Navneet Hegde26-Feb-08 1:19 
GeneralRe: Web Service timeout issue with large size XML file Pin
mpavas26-Feb-08 2:19
mpavas26-Feb-08 2:19 
QuestionAjax call to ascx Pin
RCoate25-Feb-08 13:08
RCoate25-Feb-08 13:08 
GeneralRe: Ajax call to ascx Pin
Amol M Vaidya25-Feb-08 16:58
professionalAmol M Vaidya25-Feb-08 16:58 
GeneralRe: Ajax call to ascx Pin
RCoate25-Feb-08 17:26
RCoate25-Feb-08 17:26 
GeneralRe: Ajax call to ascx Pin
Christian Graus25-Feb-08 22:32
protectorChristian Graus25-Feb-08 22:32 
GeneralRe: Ajax call to ascx Pin
RCoate26-Feb-08 10:53
RCoate26-Feb-08 10:53 
GeneralProblem in ASP.NET AJAX ModalPopupExtender Pin
Syed Ali Raza24-Feb-08 20:31
Syed Ali Raza24-Feb-08 20:31 
Generalto make enabled=true Pin
ritu432124-Feb-08 20:15
ritu432124-Feb-08 20:15 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 20:29
ritu432124-Feb-08 20:29 
GeneralRe: to make enabled=true Pin
Nilesh Hapse24-Feb-08 21:13
Nilesh Hapse24-Feb-08 21:13 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 21:17
ritu432124-Feb-08 21:17 
GeneralRe: to make enabled=true Pin
Nilesh Hapse24-Feb-08 21:48
Nilesh Hapse24-Feb-08 21:48 
GeneralRe: to make enabled=true Pin
Christian Graus24-Feb-08 21:51
protectorChristian Graus24-Feb-08 21:51 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 22:29
ritu432124-Feb-08 22:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.