I'm trying to figure out how to upload a file with web services using windows authentication. I've got code that I think should work. I've also tried loading a file with the LLTreeView. In both cases using SSO I get the following error message:
HTTP request streaming cannot be used in conjunction with HTTP authentication. Either disable request streaming or specify anonymous HTTP authentication
Is there anyway to upload a large file to content server if your dotnet web services are all configured for windows authentication.
I was originaly trying to use the HTTPContentHandler.ashx instead of ContentService.svc. I ran into other problems with the content handler, and the ContentService.svc method looked better.
Any help, or suggestions will be greatly appreciated.