Hi there,

please, I have the following problem with the BITS.
I have one server with an app that uses one virtual dir to upload the files
into.

When I hit the upload nothing is uploaded and in IIS log I see that
bits_error:{some ID},403,0x80070005) 80 - 10.0.0.41 Microsoft+BITS/6.6 403 0
0

What could it be? User rights are read-write and I can brows the folder
using IE.

Thanks in advance.

RE: bits_error (403 0x80070005) 80 - 10.0.0.41 Microsoft+BITS/6.6 403 by Rovastar

Rovastar
Tue Mar 18 06:04:02 CDT 2008

Not many details there but I my first thought is that it is
AspMaxRequestEntityAllowed

I think that gets the same error for larger than 200k files which is
default. Try uploading really small file like 5k.

Often people don't even think change this setting about it until they start
having devs that create upload pages.

"Guzun, Alex" wrote:

> Hi there,
>
> please, I have the following problem with the BITS.
> I have one server with an app that uses one virtual dir to upload the files
> into.
>
> When I hit the upload nothing is uploaded and in IIS log I see that
> bits_error:{some ID},403,0x80070005) 80 - 10.0.0.41 Microsoft+BITS/6.6 403 0
> 0
>
> What could it be? User rights are read-write and I can brows the folder
> using IE.
>
> Thanks in advance.
>

Re: bits_error (403 0x80070005) 80 - 10.0.0.41 Microsoft+BITS/6.6 403 0 0 by Guzun,

Guzun,
Tue Mar 18 09:12:40 CDT 2008

Got it,

IUSR_local (not IUSR_domain) was not in there
With IUSR_domain it won't work :(

Hope this helps

"Guzun, Alex" <a> wrote in message
news:667A48AA-E481-4A78-9926-F10D231D9A5E@microsoft.com...
> Hi there,
>
> please, I have the following problem with the BITS.
> I have one server with an app that uses one virtual dir to upload the
> files into.
>
> When I hit the upload nothing is uploaded and in IIS log I see that
> bits_error:{some ID},403,0x80070005) 80 - 10.0.0.41 Microsoft+BITS/6.6 403
> 0 0
>
> What could it be? User rights are read-write and I can brows the folder
> using IE.
>
> Thanks in advance.