How can this noble goal be achieved? I already changed my web.config to contain this:
<iisnode
debuggingEnabled="true"
loggingEnabled="true"
devErrorsEnabled="true"
/>
And when I hit this URL on my emulated web role http://localhost/server.js/debug/ I get this:
The iisnode module is unable to deploy supporting files necessary to initialize the debugger. Please check that the identity of the IIS application pool running the node.js application has read and write access permissions to the directory on the server where the node.js application is located.