Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending large data to IIS
Message
From
18/11/2006 00:19:27
 
 
To
17/11/2006 18:45:48
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
01170879
Message ID:
01170922
Views:
7
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform