IIS 6.0 and IIS 7.0 support installing the bits Upload Component. The following uses iis7.0 as an example to install and configure the bits upload service.
1. Install
First, confirm that the server has installed the IIS service. Choose Service Manager> function> Add function, select BITS Service extension, add necessary services, and click OK. Wait until the bits installation is complete.
Open the IIS manager and select a website. You can find the bits upload configuration in the function view.
2. Configuration
2.1 set virtual path Permissions
For security reasons, BITs does not allow the virtual path to be uploaded to have the script execution permission. If you attempt to upload a file to a virtual directory with the execution permission, the job will fail to run bg_e_server_execute_enabled.
Bits does not require the write permission on the virtual directory. Therefore, we recommend that you cancel the write permission on the virtual directory.
An authorized Windows Account or anonymous user must have the permission to modify the corresponding physical directory.
To facilitate the test, we recommend that you configure windows verification or other verification for IIS users.
2.2 Other settings
For other settings, see msdn. You can use IIS settings to limit bandwidth and concurrent connections.
3. Verify
Open the windows client of sharpbits to add a new upload task. The upload is successful.
Reference: http://msdn.microsoft.com/en-us/library/bb968799 (V = vs.85). aspx
Http://www.codeproject.com/Articles/14727/SharpBITS-NET-A-Wrapper-for-the-BITS-API