Daniel Matthew
How to solve?
I am currently writing a C# dotnet backend server on a VPS. I tried to run the server and call it with Google Chrome. If I call it with http://localhost:5116, it runs, but if I call it with http://10.1.4.5:5116, I cannot call it. In other words, you can use localhost, but entering the IP address directly does not work.
How to fix?
95 replies