I am stuck on a bug concerning binding Javascript with processing.js according to Pomax excellent guide on processingjs.org. I can't seem to figure out the problem since the sketch is working fine and binds JS fine on one kind of webserver (Unix), but not with that same file and identical HTML on an IIS (MS server). I can get JS to bind to a smaller simpler file on IIS, but running the bigger file (even commented out completely inside the smaller working one) the JS refuses to bind.
Is IIS more sensitive perhaps?
Any input to this or similar experiences would be much appreciated.
1