R
roger
Hi,
i read it somewhere in the artcle at code project that the maximum size of
the soap document that web service can handle by default is 4.9 MB, the
author of the article also suggested the way how to extent the file size
limit and timeout period? i was to ask that is webservice is configured to
allow uploads of 1 GB of file with a timeout of 30 minutes, and a client
application while calling a method aborts say after 2 minutes what will
happen ? will asp.net be able to terminate the call to the method or it'll
wait for the timeout period to kill this particular session? if its going to
wait for timeout how can we handle this situation ?
Roger
i read it somewhere in the artcle at code project that the maximum size of
the soap document that web service can handle by default is 4.9 MB, the
author of the article also suggested the way how to extent the file size
limit and timeout period? i was to ask that is webservice is configured to
allow uploads of 1 GB of file with a timeout of 30 minutes, and a client
application while calling a method aborts say after 2 minutes what will
happen ? will asp.net be able to terminate the call to the method or it'll
wait for the timeout period to kill this particular session? if its going to
wait for timeout how can we handle this situation ?
Roger