0x800C0008 The download of the specified resource has failed.

  • Thread starter Thread starter contactrahul
  • Start date Start date
C

contactrahul

I have a web service that works fine on my machine but when I deploy it
to our server it bombs with the below error message:

UnidentifiedErrorSystem.Runtime.InteropServices.COMException
(0x800C0008): The download of the specified resource has failed. at
MSXML2.XMLHTTPClass.send(Object varBody) at .......at
MSXML2.XMLHTTPClass.send(Object varBody) at ...........

The method that it errors out is doFBALogin() while using WEBDAV as
given in
http://groups.google.com/group/micr...c?lnk=st&q=doFBALogin&rnum=1#f48cd3307d8f2c0c

There are a few posts about this but no definite answer.

* I am NOT using SSL
* the language in IE is set to English

Any suggestions?
 
Is there a setting in IIS that will not allow a resource (in this case
cookie) to be downloaded?
 
Back
Top