Solution:
The solution described below must be performed by the web server administrator. Please contact Pd' Programming if you have questions and we will be happy to assist you.
Executing the following script from a command prompt will set the packet size to a value that should work well with most Crash Magic SOAP needs. In order to run it, you'll need to specify the full path to the adsutil.vbs file. (i.e. c:\inetpub\adminscripts\adsutil.vbs)
You will also need to identify which web site Crash Magic is running under. This can be found by selecting the web site in the IIS manager and selecting the button to set logging options. The log file name contains the index of the web site.
The example below assumes that the adsutil.vbs file is in the current directory and the CrashMagic web site is w3svc1
cscript adsutil.vbs set w3svc/1/uploadreadaheadsize 204800
|