Configure Bits

Due to so many links to topics everywhere, and so many repeat, duplicate topics, I am placing this comment in topics I’ve already fixed that I know are linked to a bunch or that I know I have seen a bunch and that I want to ensure aren’t duplicates or see if I can reuse something {this is the case for Enable Dir Browsing and Configure Bits}. AMS 12/2018

When transferring delta information from the server to the client, you may have the Web Service use either Background Intelligent Transmission Service (Bits) or UncCopy. Bits is a Microsoft technology that is used to transmit the delta file to the client. If the transfer is interrupted, the Bits technology picks up where it left off and completes the transfer. If you wish to use bits, the Replication Server must use IIS6. UncCopy moves the delta file to the client. However, should the transmission be interrupted, the delta does NOT be copied to the client and the update doesn’t have to be performed again. UncCopy may be used with a server running IIS5 or IIS6.

If you choose to use UncCopy to transfer delta files, no further web configuration is necessary. If you wish to use Bits to transfer delta files from the server to the client, you must perform the following additional configuration.

First, you need to enable the Bits extension.

  1. From the Control Panel, select Add/Remove Programs.
  2. Click the Add/Remove Windows Components button in the Add/Remove Programs window.
  3. Browse to and select Application Server in the Components list. Click the Details button.
  4. Browse to and select Internet Information Systems (IIS) in the Components list. Click the Details button.
  5. Select the Background Intelligent Transfer Service (BITS) Server Extension checkbox and click OK.

    Next, enable the ASP.NET extension on your web server.

  6. On your web server, right-click My Computer and select Manage.
  7. In the tree at the left, expand the Services and Applications folder.
  8. Expand Internet Information Service (IIS) Manager.
  9. Select Web Service Extensions and click the Extended tab in the window at the right.

  10. In the Web Service Extensions pane, select the ASP.NET extension and click Allow to enable it.
  11. Select BITS Server Extensions and click Allow to enable it.
  12. Close the Computer Management window.
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?