Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
929 B

  1. <HTML>
  2. <HEAD>
  3. <TITLE>BITS ISAPI</TITLE>
  4. </HEAD>
  5. <BODY bgcolor=#f0f0b0>
  6. <H1><CENTER>BITS ISAPI</CENTER></H1>
  7. <H2>SUMMARY</H2>
  8. <P>BITS requires the byterange functionality of HTTP/1.1 for suspend and resume. Unfortunatly, some proxy
  9. servers don't forward HTTP/1.1 requests. This ISAPI DLL works around this problem by allowing the client to put the required
  10. range in the URL. The ISAPI converts the range back into a Range header at the server.
  11. </P>
  12. <H2>SYNTAX</H2>
  13. URL@begining byte-ending byte@<BR>
  14. http://mytestmachine/Drive-C/txt1.txt@3-4@<BR>
  15. <H2>INSTALLATION</H2>
  16. <OL>
  17. <LI>Copy bitisapi.dll into the System32 directory of the machine running IIS.</LI>
  18. <LI>Stop IIS.</LI>
  19. <LI>Add the full path to bitisapi.dll to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\Filter DLLs.</LI>
  20. <LI>Restart IIS.</LI>
  21. <LI>Test on your favorite file with a web browser.</LI>
  22. </OL>
  23. </BODY>
  24. </HTML>