My node.js app doesn't seem to auto-update when I make a change to my app.js file and save it, even after the default 60,000ms. Am I missing something?
Can you try setting the watchedFiles attribute in iisnode.yml (https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/iisnode.yml#L68) or web.config (https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config#L123) to explicitly list app.js?
If that does not help please open an issue at https://github.com/tjanczuk/iisnode/issues/new (and post back the link here for cross-reference).