is there a way to resolve listen EACCES: persmission denied in IIS using nodejs?

75 Views Asked by At

I am Hosting Nodejs server using IIS using my IP address. this is how I am configuring my website. enter image description here

when I browse the website it is throwing an error quoting: Application has thrown an uncaught exception and is terminated Error: listen EACCES: permission denied 0.0.0.0:3001

how to resolve this ? I have tried changing port number but the problem still persist.

0

There are 0 best solutions below