Has anyone got any experience in creating node.js applications in the windows azure sdk for node.js?
I have done these tutorials:
https://www.windowsazure.com/en-us/develop/nodejs/
but now require debugging enabled to step through code and fix errors etc.
I tried to turn on iisnode debugging using:
<iisnode
debuggingEnabled="true"
loggingEnabled="true"
devErrorsEnabled="true"
/>
but when i navigate to: 127.0.0.1:81/server.js/debug I get a 404 file not found error. Is there something special to do in the case of windows azure emulator to get the debugger to work ...
any help or advice would be appreciated.
a step by step instruction would be helpful if possible.
Cheers