Running nodejs in iisnode getting http://localhost/node/polyfills.c466c90744ce632ac8b9.js net::ERR_ABORTED 500 (URL Rewrite Module Error.)
问题 I am trying to run node.js application in iisnode. I added an ssl certificate to IIS. Now I run theapplication in http and not https. When I start the application I see this error net::ERR_ABORTED 500 (URL Rewrite Module Error.) For all the static resources. I have enabled directory browsing for overall iisnode/www. I have ensured directory iisnode/www has full control to read/write for IIS_IUSRS group. I am not familiar with writing rules or structuring web.config. Please help me to