I\'m trying to check angularjs app with a server side written in node js and this is an error i get when i run in by webmatrix
iisnode encountered an
For me there were no permissions problem because when I did console.log() in the server I got the log in the iisnode forlder.
I put all the Express in a try code block and in the try I used logged the exception, I have found out that for some reason iisnode lookup in dist/dist/index.html instead of dist/index.html
Once I have fixed that the error, everything have been solved.