Will the BITS service follow HTTP redirects

166 Views Asked by At

I have a server that is serving files to several windows clients using the Background Intelligent Transfer Service (BITS). If I would like to direct those clients to another server, could I do that by configuring IIS to return an HTTP redirect response to the new service?

Would that work for files that are in progress (but accessed via a RANGE request).

Thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

The answer to my question was "Yes" :)