You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem was that attempting to watch files in nonexistent directories using the iisnoed@watchedFiles attribute prevented the service from starting. The problem manifested itself with any service, not only a debugged one.
The fix is for iisnode to ignore entries on the iisnode@watchedFiles list that point to non-existing files or directories.
I am trying to set up node-inspector with the pre-built example sites in the full IIS Node install. If I use the tag, I get 404 errors.
Steps to reproduce:
It looks like if I trim the watched files down to one (just *.js) it still works. If I include multiple items in this path, it doesn't work.
The text was updated successfully, but these errors were encountered: