Comment
Above in this comment thread:
Zope, IIS6 and ASP404 » IIS 6 still problems? » Re: IIS 6 still problems? »
Comment
Solution
Posted by: izabel at 2007-01-10I tried to really dumb solution - analayze query string. If it contains chars "?" and "=", I consider this GET method, POST otherwise. And then send binary data. Well, seems to be working fine, I can log-in, I can edit content, I can use search portlet, I can upload files... So, Zope runs behind IIS6! (At least last 23 hours :) )
Comment
Re: Solution
Posted by: ronin at 2007-01-25But, how do you send the binary data? I thought that, in order to do that, you must use:
binaryData = Request.binaryRead(Request.totalBytes)
but Request.totalBytes is equal to 0 in this case (or is this wrong?) Could you post hear your modifications to the script? Thank you a lot!