I'm on a Windows machine, and I'm trying to start a rails app on port 80. I'm running the command prompt as an administrator, but when I try rails server --port=80
, I get
TCPServer Error: Permission denied - bind(2)
Running on port 81 works fine, though, and I'm not running anything else on port 80. What do I need to do?