I want to write an HttpHandler that compiles CoffeeScript code on-the-fly and sends the resulting JavaScript code. I have tried MS [JScript][1] and IronJS without success. I
Instead of shelling out to CScript you could shell out to Node.js (here are self-contained Windows binaries)