On Feb 19, 2:28 pm, Jay <[EMAIL PROTECTED]> wrote: > I can't figure out how to set the error > code > though. How does one return a 404 using fastcgi? >
Well, it appears the microsoft fastcgi plugin for IIS doesn't support writing to the appStatus field like the specs say. I did find if you write to the stderror stream it returns as an error and sends the text you wrote. This is sufficient for my application so I've figured out enough to get me going.
