Open Command Prompt as administrator and run:
netstat -ano | findstr :<your-port-number>
Replace <your-port-number> with the port you’re forwarding.
If nothing appears, your application isn't properly listening on that port.
Ensure your firewall is properly enabled.