Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending large data to IIS
Message
De
18/11/2006 00:19:27
 
 
À
17/11/2006 18:45:48
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
01170879
Message ID:
01170922
Vues:
8
This message has been marked as a message which has helped to the initial question of the thread.
>Hi all,
>
>We have a .Net webservice that sends the contents of an XML file to an IIS 6.0 server that works without problem until it gets to a certain size. When the file that we FILETOSTR() gets to over 100K, we get this error: "The underlying connection was closed: An unexpected error occurred on a send"
>
>Is there an IIS setting, including those in the Metabase.xml, that can be tweaked to fix this problem?
Hi Ramil

could it be this

When specifying the ISAPI handler, you can use the registry key,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSOAP\SOAPISAP, to change the default
values of the following three configuration variables:


a.. MaxPostSize - the maximum size of the SOAP message that you can POST
to the ISAPI handler. While this setting help you to keep hackers from tying
up your service by posting extremely large messages, you may need to
increase the default size (100 KB) if your service accepts large SOAP
messages.


Nick
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform