Hi,
I'm using a BITS client (written in C# using the SharpBITS library) to upload a file to IIS (configured with the standard Microsoft BITS IIS Extension).
It works very well with IIS6, but when switching the server to IIS7, I'm getting a "TransientError". Resuming the job in this state does not change anything.
The configurations of IIS6 and IIS7 are the same:
- default settings for the created website
- separate virtual directory
- on this virtual directory the BITS Upload has been enabled with the default settings.
- both websites can be visited as normal
Anyone an idea why I'm getting this error, what it means and how to get the upload working on IIS7?