Running IIS 7.5 and when enabling partial file transfer, all clients get an error that partial file transfer is not support by the server. Below is a snip of the client log.
The server appears to not support partial file transfer.
Server response header for range request is:
Accept-Ranges = bytes
HTTP/1.1 416 Requested Range Not Satisfiable
Server = Microsoft-IIS/7.5
Content-Range = bytes */0
Any ideas?