Is it possible to make settings in IIS 7.5 so that HTTP acknowledgment is sent in a separate packet than the content ?.We have a device which downloads the file from a IIS server. But the Device expects to see only acknowledgement information in the first packet.
The device is programmed to read the first packet (which it will assume as acknowledgement) and ignores it. Since the IIS is sending content of file along with acknowledge in the first packet , device does not get the complete content of the file as it ignored few parts of the file in first packet ?.
any idea how to resolve this issue ?.